COLOR #EFD05A

HEX: #EFD05A
RGB: (239,208,90)

Color info

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

RGB color model

#EFD05A color RGB value is (239,208,90).

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

RGB channels and saturation

R 239 of 255 = 94%
G 208 of 255 = 82%
B 90 of 255 = 35%

239
208
90

R + G + B ~ 70%. #EFD05A is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 208 + 90 = 537 (100%)
R 239 of 537 ~ 44.51%
G 208 of 537 ~ 38.73%
B 90 of 537 ~ 16.76%

%44.51
%38.73
%16.76

CMYK color model

#EFD05A color CMYK value is (0,13,62,6).

  • cyan value is 0.00%
  • magenta value is 12.97%
  • yellow value is 62.34%
  • key color value is 6.27%
CMYK:
(0,13,62,6)
C0M13Y62K6 
(0%,13%,62%,6%)
(0.00/0.13/0.62/0.06)	

CMYK percentages

%0
%12.97
%62.34
%6.27

Codes

Color #EFD05A in popluar color models

EFD05A
RGB23920890
HSL48°82.32%64.51%
HSB/HSV48°62.34%93.73%
CMYK0.00%12.97%62.34%
6.27%

Color #EFD05A in popluar number systems.

HEXEFD05A
Decimal23920890
Binary11101111110100001011010
Octal357320132

Shades and tints

Shades of #EFD05A

#EFD05A
(239,208,90)
#DABE52
(218,190,82)
#C5AC4A
(197,172,74)
#B09A42
(176,154,66)
#9B883A
(155,136,58)
#867632
(134,118,50)
#71642A
(113,100,42)
#5C5222
(92,82,34)
#47401A
(71,64,26)
#322E12
(50,46,18)
#1D1C0A
(29,28,10)
#000000
(0,0,0)

Tints of #EFD05A

#EFD05A
(239,208,90)
#F0D469
(240,212,105)
#F1D878
(241,216,120)
#F2DC87
(242,220,135)
#F3E096
(243,224,150)
#F4E4A5
(244,228,165)
#F5E8B4
(245,232,180)
#F6ECC3
(246,236,195)
#F7F0D2
(247,240,210)
#F8F4E1
(248,244,225)
#F9F8F0
(249,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD05A; }

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

This text font color is #EFD05A.


Background Color

.myBgColor { background-color: #EFD05A; }

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

This div background color is #EFD05A.


Border color

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

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

This div border color is #EFD05A.


Opacity

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

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

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

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

This text has shadow with #EFD05A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD05A on black background.


Color preview on white background

This text has color #EFD05A on white background.



Black color preview on #EFD05A background

This text has black color on #EFD05A background.


White color preview on #EFD05A background

This text has white color on #EFD05A background.