#E0E5CA

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

Shades of Frost #E0E5CA

Tints of Frost #E0E5CA

Color information

#E0E5CA (or 0xE0E5CA) is unknown color: approx Frost. HEX triplet: E0, E5 and CA. RGB value is (224,229,202). Sum of RGB (Red+Green+Blue) = 224+229+202=655 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.20% from 655); Green value is 229 (89.84% from 255 or 34.96% from 655); Blue value is 202 (79.30% from 255 or 30.84% from 655); Max value from RGB is 229 - color contains mainly: green. Hex color #E0E5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E5CA is #1F1A35. Grayscale: #E0E0E0. Windows color (decimal): -2038326 or 13297120. OLE color: 13297120.

HSL color Cylindrical-coordinate representation of color #E0E5CA: hue angle of 71.11º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0E5CA is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB224229202-
CMYK0.0200.120.10
HSL71.11º34.18%84.51%-
HSV(B)71.11º11.79%89.8%-
XYZ69.4276.1566.92-
YUV224.43115.34127.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.20%
GREEN value IS 229 (89.84% from 255) = 34.96%
BLUE value IS 202 (79.30% from 255) = 30.84%
R=34.20%
G=34.96%
B=30.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2242292020.0200.120.1071.1134.1884.51
HexE0E5CA20CA472255
Octal34034531220141210742125
Binary1110000011100101110010101001100101010001111000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E5CA; }

 p { color: rgb(224,229,202); }

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

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

 a { background-color: rgb(224,229,202); }

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

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

 span { border-color: rgb(224,229,202); }

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