COLOR #EFCC00

HEX: #EFCC00
RGB: (239,204,0)

Color info

#EFCC00 contains only red and green colors. Web safe color of #EFCC00 is #FFCC00 (or #FC0).

RGB color model

#EFCC00 color RGB value is (239,204,0).

  • red value is 239;
  • green value is 204;
  • blue value is 0.
RGB:
(239,204,0)
(94%,80%,0%)

RGB channels and saturation

R 239 of 255 = 94%
G 204 of 255 = 80%
B 0 of 255 = 0%

239
204
0

R + G + B ~ 58%. #EFCC00 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
239 + 204 + 0 = 443 (100%)
R 239 of 443 ~ 53.95%
G 204 of 443 ~ 46.05%
B 0 of 443 ~ 0%

%53.95
%46.05

CMYK color model

#EFCC00 color CMYK value is (0,15,100,6).

  • cyan value is 0.00%
  • magenta value is 14.64%
  • yellow value is 100.00%
  • key color value is 6.27%
CMYK:
(0,15,100,6)
C0M15Y100K6 
(0%,15%,100%,6%)
(0.00/0.15/1.00/0.06)	

CMYK percentages

%0
%14.64
%100
%6.27

Codes

Color #EFCC00 in popluar color models

EFCC00
RGB2392040
HSL51°100.00%46.86%
HSB/HSV51°100.00%93.73%
CMYK0.00%14.64%100.00%
6.27%

Color #EFCC00 in popluar number systems.

HEXEFCC00
Decimal2392040
Binary11101111110011000
Octal3573140

Shades and tints

Shades of #EFCC00

#EFCC00
(239,204,0)
#DABA00
(218,186,0)
#C5A800
(197,168,0)
#B09600
(176,150,0)
#9B8400
(155,132,0)
#867200
(134,114,0)
#716000
(113,96,0)
#5C4E00
(92,78,0)
#473C00
(71,60,0)
#322A00
(50,42,0)
#1D1800
(29,24,0)
#000000
(0,0,0)

Tints of #EFCC00

#EFCC00
(239,204,0)
#F0D017
(240,208,23)
#F1D42E
(241,212,46)
#F2D845
(242,216,69)
#F3DC5C
(243,220,92)
#F4E073
(244,224,115)
#F5E48A
(245,228,138)
#F6E8A1
(246,232,161)
#F7ECB8
(247,236,184)
#F8F0CF
(248,240,207)
#F9F4E6
(249,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFCC00 color. Also use rgb(239,204,0) instead hex code.

Text Font Color

.myTextColor { color: #EFCC00; }

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

This text font color is #EFCC00.


Background Color

.myBgColor { background-color: #EFCC00; }

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

This div background color is #EFCC00.


Border color

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

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

This div border color is #EFCC00.


Opacity

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

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

Text with #EFCC00 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 #EFCC00;}

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

This text has shadow with #EFCC00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCC00 on black background.


Color preview on white background

This text has color #EFCC00 on white background.



Black color preview on #EFCC00 background

This text has black color on #EFCC00 background.


White color preview on #EFCC00 background

This text has white color on #EFCC00 background.