COLOR #EFCB64

HEX: #EFCB64
RGB: (239,203,100)

Color info

#EFCB64 contains mainly red and green colors. Web safe color of #EFCB64 is #FFCC66 (or #FC6).

RGB color model

#EFCB64 color RGB value is (239,203,100).

  • red value is 239;
  • green value is 203;
  • blue value is 100.
RGB:
(239,203,100)
(94%,80%,39%)

RGB channels and saturation

R 239 of 255 = 94%
G 203 of 255 = 80%
B 100 of 255 = 39%

239
203
100

R + G + B ~ 71%. #EFCB64 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 203 + 100 = 542 (100%)
R 239 of 542 ~ 44.1%
G 203 of 542 ~ 37.45%
B 100 of 542 ~ 18.45%

%44.1
%37.45
%18.45

CMYK color model

#EFCB64 color CMYK value is (0,15,58,6).

  • cyan value is 0.00%
  • magenta value is 15.06%
  • yellow value is 58.16%
  • key color value is 6.27%
CMYK:
(0,15,58,6)
C0M15Y58K6 
(0%,15%,58%,6%)
(0.00/0.15/0.58/0.06)	

CMYK percentages

%0
%15.06
%58.16
%6.27

Codes

Color #EFCB64 in popluar color models

EFCB64
RGB239203100
HSL44°81.29%66.47%
HSB/HSV44°58.16%93.73%
CMYK0.00%15.06%58.16%
6.27%

Color #EFCB64 in popluar number systems.

HEXEFCB64
Decimal239203100
Binary11101111110010111100100
Octal357313144

Shades and tints

Shades of #EFCB64

#EFCB64
(239,203,100)
#DAB95B
(218,185,91)
#C5A752
(197,167,82)
#B09549
(176,149,73)
#9B8340
(155,131,64)
#867137
(134,113,55)
#715F2E
(113,95,46)
#5C4D25
(92,77,37)
#473B1C
(71,59,28)
#322913
(50,41,19)
#1D170A
(29,23,10)
#000000
(0,0,0)

Tints of #EFCB64

#EFCB64
(239,203,100)
#F0CF72
(240,207,114)
#F1D380
(241,211,128)
#F2D78E
(242,215,142)
#F3DB9C
(243,219,156)
#F4DFAA
(244,223,170)
#F5E3B8
(245,227,184)
#F6E7C6
(246,231,198)
#F7EBD4
(247,235,212)
#F8EFE2
(248,239,226)
#F9F3F0
(249,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFCB64 color. Also use rgb(239,203,100) instead hex code.

Text Font Color

.myTextColor { color: #EFCB64; }

<p style="color:#EFCB64">This sample text font color is #EFCB64.</p>

This text font color is #EFCB64.


Background Color

.myBgColor { background-color: #EFCB64; }

<div style="background-color:#EFCB64">Inner text</div>

This div background color is #EFCB64.


Border color

.myBorderColor { border: 1px solid #EFCB64; }

<div style="border:3px solid #EFCB64">Div</div>

This div border color is #EFCB64.


Opacity

.myOpacity80 { color: #EFCB64; opacity: 0.8; }

<p style="color:#EFCB64;opacity:0.8;">80%</p>

Text with #EFCB64 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EFCB64;}

<p style="text-shadow: 3px 3px 1px #EFCB64">Text here.</p>

This text has shadow with #EFCB64 color.

.textShadow {text-shadow: 3px 3px 1px #EFCB64, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EFCB64, 5px 5px 20px red">Text here.</p>

This text has shadow with #EFCB64 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFCB64, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EFCB64, Direction=45, Strength=4)">Text</p>

This text has shadow with #EFCB64 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EFCB64;
  -webkit-box-shadow:	1px 1px 3px 2px #EFCB64;
  box-shadow:		1px 1px 3px 2px #EFCB64;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EFCB64;
-webkit-box-shadow: 1px 1px 3px 2px #EFCB64;
box-shadow:1px 1px 3px 2px #EFCB64;">
Div content here</div>
This div box has shadow with color #EFCB64.

Preview

Color preview on black background

This text has color #EFCB64 on black background.


Color preview on white background

This text has color #EFCB64 on white background.



Black color preview on #EFCB64 background

This text has black color on #EFCB64 background.


White color preview on #EFCB64 background

This text has white color on #EFCB64 background.