Shades of Catskill White #E4EADC
Tints of Catskill White #E4EADC
RGB
CMYK
RGB Variations
Color information
#E4EADC (or 0xE4EADC) is known color: Catskill White. HEX triplet: E4, EA and DC. RGB value is (228,234,220). Sum of RGB (Red+Green+Blue) = 228+234+220=682 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.43% from 682); Green value is 234 (91.80% from 255 or 34.31% from 682); Blue value is 220 (86.33% from 255 or 32.26% from 682); Max value from RGB is 234 - color contains mainly: green. Hex color #E4EADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E4EADC is #1B1523. Grayscale: #E6E6E6. Windows color (decimal): -1774884 or 14478052. OLE color: 14478052.
HSL color Cylindrical-coordinate representation of color #E4EADC: hue angle of 85.71º degrees, saturation: 0.25, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E4EADC is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 228 | 234 | 220 | - |
| CMYK | 0.03 | 0 | 0.06 | 0.08 |
| HSL | 85.71º | 0.25% | 0.89% | - |
| HSV(B) | 85.71º | 0.06% | 0.92% | - |
| XYZ | 74.34 | 80.51 | 79.33 | - |
| YUV | 230.61 | 122.01 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 234 | 220 | 0.03 | 0 | 0.06 | 0.08 | 85.71 | 0.25 | 0.89 |
| Hex | E4 | EA | DC | 3 | 0 | 6 | 8 | 56 | 19 | 59 |
| Octal | 344 | 352 | 334 | 3 | 0 | 6 | 10 | 126 | 31 | 131 |
| Binary | 11100100 | 11101010 | 11011100 | 11 | 0 | 110 | 1000 | 1010110 | 11001 | 1011001 |
Color Harmonies of #E4EADC
Complementary color
Monochromatic Colors of #E4EADC
Black with #E4EADC
Text Example
Text Example
White with #E4EADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4EADC; }
p { color: rgb(228,234,220); }
H1.HeaderClassName
{
color: #E4EADC;
}
.AnyTagClassName
{
color: #E4EADC;
}
</style>
background-color css
<style>
a { background-color: #E4EADC; }
a { background-color: rgb(228,234,220); }
div.DivClassName
{
background-color: #E4EADC;
}
.BgClassName
{
background-color: #E4EADC;
}
</style>
border-color css
<style>
span { border-color: #E4EADC; }
span { border-color: rgb(228,234,220); }
td.TdClassName
{
border-color: #E4EADC;
}
.TagClassName
{
border-color: #E4EADC;
}
</style>