#E0EAB9

Color #E0EAB9 Frost (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Frost #E0EAB9

Tints of Frost #E0EAB9

Color information

#E0EAB9 (or 0xE0EAB9) is unknown color: approx Frost. HEX triplet: E0, EA and B9. RGB value is (224,234,185). Sum of RGB (Red+Green+Blue) = 224+234+185=643 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.84% from 643); Green value is 234 (91.80% from 255 or 36.39% from 643); Blue value is 185 (72.66% from 255 or 28.77% from 643); Max value from RGB is 234 - color contains mainly: green. Hex color #E0EAB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EAB9 is #1F1546. Grayscale: #E1E1E1. Windows color (decimal): -2037063 or 12184288. OLE color: 12184288.

HSL color Cylindrical-coordinate representation of color #E0EAB9: hue angle of 72.24º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0EAB9 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB224234185-
CMYK0.0400.210.08
HSL72.24º53.85%82.16%-
HSV(B)72.24º20.94%91.76%-
XYZ68.9278.257.36-
YUV225.42105.19126.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 34.84%
GREEN value IS 234 (91.80% from 255) = 36.39%
BLUE value IS 185 (72.66% from 255) = 28.77%
R=34.84%
G=36.39%
B=28.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2242341850.0400.210.0872.2453.8582.16
HexE0EAB940158483652
Octal34035227140251011066122
Binary111000001110101010111001100010101100010010001101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EAB9; }

 p { color: rgb(224,234,185); }

 H1.HeaderClassName
 {
   color: #E0EAB9;
 }
 .AnyTagClassName
 {
   color: #E0EAB9;
 }
</style>
background-color css

<style>
 a { background-color: #E0EAB9; }

 a { background-color: rgb(224,234,185); }

 div.DivClassName
 {
   background-color: #E0EAB9;
 }
 .BgClassName
 {
   background-color: #E0EAB9;
 }
</style>
border-color css

<style>
 span { border-color: #E0EAB9; }

 span { border-color: rgb(224,234,185); }

 td.TdClassName
 {
   border-color: #E0EAB9;
 }
 .TagClassName
 {
   border-color: #E0EAB9;
 }
</style>