Html Css Color HEX #EAE2BD Half Colonial White
📋 copy color: '#EAE2BD'red 234 ◦ green 226 ◦ blue 189
Shades of Half Colonial White #EAE2BD
Tints of Half Colonial White #EAE2BD
RGB
CMYK
RGB Variations
Color information
#EAE2BD (or 0xEAE2BD) is known color: Half Colonial White. HEX triplet: EA, E2 and BD. RGB value is (234,226,189). Sum of RGB (Red+Green+Blue) = 234+226+189=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 226 (88.67% from 255 or 34.82% from 649); Blue value is 189 (74.22% from 255 or 29.12% from 649); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE2BD is #151D42. Grayscale: #E0E0E0. Windows color (decimal): -1383747 or 12444394. OLE color: 12444394.
HSL color Cylindrical-coordinate representation of color #EAE2BD: hue angle of 49.33º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EAE2BD is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 226 | 189 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.08 |
| HSL | 49.33º | 0.52% | 0.83% | - |
| HSV(B) | 49.33º | 0.19% | 0.92% | - |
| XYZ | 70.31 | 75.56 | 59.02 | - |
| YUV | 224.17 | 108.15 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 226 | 189 | 0 | 0.03 | 0.19 | 0.08 | 49.33 | 0.52 | 0.83 |
| Hex | EA | E2 | BD | 0 | 3 | 13 | 8 | 31 | 34 | 53 |
| Octal | 352 | 342 | 275 | 0 | 3 | 23 | 10 | 61 | 64 | 123 |
| Binary | 11101010 | 11100010 | 10111101 | 0 | 11 | 10011 | 1000 | 110001 | 110100 | 1010011 |
Color Harmonies of #EAE2BD
Complementary color
Monochromatic Colors of #EAE2BD
Black with #EAE2BD
Text Example
Text Example
White with #EAE2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE2BD; }
p { color: rgb(234,226,189); }
H1.HeaderClassName
{
color: #EAE2BD;
}
.AnyTagClassName
{
color: #EAE2BD;
}
</style>
background-color css
<style>
a { background-color: #EAE2BD; }
a { background-color: rgb(234,226,189); }
div.DivClassName
{
background-color: #EAE2BD;
}
.BgClassName
{
background-color: #EAE2BD;
}
</style>
border-color css
<style>
span { border-color: #EAE2BD; }
span { border-color: rgb(234,226,189); }
td.TdClassName
{
border-color: #EAE2BD;
}
.TagClassName
{
border-color: #EAE2BD;
}
</style>