COLOR #FFE08A

HEX: #FFE08A RGB: (255,224,138)

Color info

#FFE08A contains mainly red and green colors. Web safe color of #FFE08A is #FFCC99 (or #FC9).

RGB color model

#FFE08A color RGB value is (255,224,138).

RGB: (255,224,138) (100%, 88%, 54%)

RGB channels and saturation

R 255 of 255 = 100%
G 224 of 255 = 88%
B 138 of 255 = 54%

255
224
138

R + G + B ~ 81%. #FFE08A is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 224 + 138 = 617 (100%)
R 255 of 617 ~ 41.33%
G 224 of 617 ~ 36.3%
B 138 of 617 ~ 22.37'%

%41.33
%36.3
%22.37

CMYK color model

#FFE08A color CMYK value is (0,12,46,0).

  • cyan value is 0.00%
  • magenta value is 12.16%
  • yellow value is 45.88%
  • key color value is 0.00%
CMYK: (0,12,46,0) C0M12Y46K0 (0%,12%,46%,0%) (0.00/0.12/0.46/0.00) 

CMYK percentages

%0
%12.16
%45.88
%0

Codes

Color #FFE08A in popluar color models

FF E0 8A
RGB 255 224 138
HSL 44° 100.00% 77.06%
HSB/HSV 44° 45.88% 100.00%
CMYK 0.00% 12.16% 45.88%
0.00%

Color #FFE08A in popluar number systems.

HEX FF E0 8A
Decimal 255 224 138
Binary 11111111 11100000 10001010
Octal 377 340 212

Shades and tints

Shades of #FFE08A

#FFE08A
(255,224,138)
#E8CC7E
(232,204,126)
#D1B872
(209,184,114)
#BAA466
(186,164,102)
#A3905A
(163,144,90)
#8C7C4E
(140,124,78)
#756842
(117,104,66)
#5E5436
(94,84,54)
#47402A
(71,64,42)
#302C1E
(48,44,30)
#191812
(25,24,18)
#000000
(0,0,0)

Tints of #FFE08A

#FFE08A
(255,224,138)
#FFE294
(255,226,148)
#FFE49E
(255,228,158)
#FFE6A8
(255,230,168)
#FFE8B2
(255,232,178)
#FFEABC
(255,234,188)
#FFECC6
(255,236,198)
#FFEED0
(255,238,208)
#FFF0DA
(255,240,218)
#FFF2E4
(255,242,228)
#FFF4EE
(255,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE08A color. Also use rgb(255,224,138) instead hex code.

Text Font Color

.myTextColor { color: #FFE08A; }

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

This text font color is #FFE08A.

Background Color

.myBgColor { background-color: #FFE08A; }

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

This div background color is #FFE08A.

Border color

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

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

This div border color is #FFE08A.

Opacity

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

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

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

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

This text has shadow with #FFE08A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFE08A.

Preview

Color preview on black background

This text has color #FFE08A on black background.


Color preview on white background

This text has color #FFE08A on white background.


Black color preview on #FFE08A background

This text has black color on #FFE08A background.


White color preview on #FFE08A background

This text has white color on #FFE08A background.


Related colors

Complementary color

Complementary color for #hex is #001F75.


I love getcolorcode.com

Triadic colors

1 #8AFFE0 and #E08AFF with #FFE08A are triadic colors.

2 #8AE0FF and #E0FF8A with #FFE08A are triadic colors.