#E0EAD8

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

Shades of Catskill White #E0EAD8

Tints of Catskill White #E0EAD8

Color information

#E0EAD8 (or 0xE0EAD8) is unknown color: approx Catskill White. HEX triplet: E0, EA and D8. RGB value is (224,234,216). Sum of RGB (Red+Green+Blue) = 224+234+216=674 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.23% from 674); Green value is 234 (91.80% from 255 or 34.72% from 674); Blue value is 216 (84.77% from 255 or 32.05% from 674); Max value from RGB is 234 - color contains mainly: green. Hex color #E0EAD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EAD8 is #1F1527. Grayscale: #E5E5E5. Windows color (decimal): -2037032 or 14215904. OLE color: 14215904.

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

Color convert

RGB224234216-
CMYK0.0400.080.08
HSL93.33º30%88.24%-
HSV(B)93.33º7.69%91.76%-
XYZ72.5679.6576.52-
YUV228.96120.69124.46-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.23%
GREEN value IS 234 (91.80% from 255) = 34.72%
BLUE value IS 216 (84.77% from 255) = 32.05%
R=33.23%
G=34.72%
B=32.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2242342160.0400.080.0893.333088.24
HexE0EAD840885d1e58
Octal34035233040101013536130
Binary1110000011101010110110001000100010001011101111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EAD8; }

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

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

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

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

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

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

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

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