Html Css Color HEX #E0E5CA Frost

📋 copy color: '#E0E5CA'

red 224 ◦ green 229 ◦ blue 202

#E0E5CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Frost #E0E5CA

Tints of Frost #E0E5CA

RGB

 RED value IS 224 (87.89% from 255) = 34.2%

 GREEN value IS 229 (89.84% from 255) = 34.96%

 BLUE value IS 202 (79.3% from 255) = 30.84%

R = 34.2%
G = 34.96%
B = 30.84%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E0E5CA (or 0xE0E5CA) is known color: 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

RGB 224 229 202 -
CMYK 0.02 0 0.12 0.10
HSL 71.11º 0.34% 0.85% -
HSV(B) 71.11º 0.12% 0.9% -
XYZ 69.42 76.15 66.92 -
YUV 224.43 115.34 127.7 -
System Red Green Blue C M Y K H S L
Decimal 224 229 202 0.02 0 0.12 0.10 71.11 0.34 0.85
Hex E0 E5 CA 2 0 C A 47 22 55
Octal 340 345 312 2 0 14 12 107 42 125
Binary 11100000 11100101 11001010 10 0 1100 1010 1000111 100010 1010101

Color Harmonies of #E0E5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E5CA

Black with #E0E5CA

Text Example


Text Example

White with #E0E5CA

Text Example


Text Example

HTML Codes & Css Web 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>