COLOR #EFD000

HEX: #EFD000
RGB: (239,208,0)

Color info

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

RGB color model

#EFD000 color RGB value is (239,208,0).

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

RGB channels and saturation

R 239 of 255 = 94%
G 208 of 255 = 82%
B 0 of 255 = 0%

239
208
0

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

Portions of RGB colors in percentages

R + G + B =
239 + 208 + 0 = 447 (100%)
R 239 of 447 ~ 53.47%
G 208 of 447 ~ 46.53%
B 0 of 447 ~ 0%

%53.47
%46.53

CMYK color model

#EFD000 color CMYK value is (0,13,100,6).

  • cyan value is 0.00%
  • magenta value is 12.97%
  • yellow value is 100.00%
  • key color value is 6.27%
CMYK:
(0,13,100,6)
C0M13Y100K6 
(0%,13%,100%,6%)
(0.00/0.13/1.00/0.06)	

CMYK percentages

%0
%12.97
%100
%6.27

Codes

Color #EFD000 in popluar color models

EFD000
RGB2392080
HSL52°100.00%46.86%
HSB/HSV52°100.00%93.73%
CMYK0.00%12.97%100.00%
6.27%

Color #EFD000 in popluar number systems.

HEXEFD000
Decimal2392080
Binary11101111110100000
Octal3573200

Shades and tints

Shades of #EFD000

#EFD000
(239,208,0)
#DABE00
(218,190,0)
#C5AC00
(197,172,0)
#B09A00
(176,154,0)
#9B8800
(155,136,0)
#867600
(134,118,0)
#716400
(113,100,0)
#5C5200
(92,82,0)
#474000
(71,64,0)
#322E00
(50,46,0)
#1D1C00
(29,28,0)
#000000
(0,0,0)

Tints of #EFD000

#EFD000
(239,208,0)
#F0D417
(240,212,23)
#F1D82E
(241,216,46)
#F2DC45
(242,220,69)
#F3E05C
(243,224,92)
#F4E473
(244,228,115)
#F5E88A
(245,232,138)
#F6ECA1
(246,236,161)
#F7F0B8
(247,240,184)
#F8F4CF
(248,244,207)
#F9F8E6
(249,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD000; }

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

This text font color is #EFD000.


Background Color

.myBgColor { background-color: #EFD000; }

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

This div background color is #EFD000.


Border color

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

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

This div border color is #EFD000.


Opacity

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

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

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

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

This text has shadow with #EFD000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD000 on black background.


Color preview on white background

This text has color #EFD000 on white background.



Black color preview on #EFD000 background

This text has black color on #EFD000 background.


White color preview on #EFD000 background

This text has white color on #EFD000 background.