Html Css Color HEX #EEE2BD Half Colonial White
📋 copy color: '#EEE2BD'red 238 ◦ green 226 ◦ blue 189
Shades of Half Colonial White #EEE2BD
Tints of Half Colonial White #EEE2BD
RGB
CMYK
RGB Variations
Color information
#EEE2BD (or 0xEEE2BD) is known color: Half Colonial White. HEX triplet: EE, E2 and BD. RGB value is (238,226,189). Sum of RGB (Red+Green+Blue) = 238+226+189=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 226 (88.67% from 255 or 34.61% from 653); Blue value is 189 (74.22% from 255 or 28.94% from 653); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE2BD is #111D42. Grayscale: #E1E1E1. Windows color (decimal): -1121603 or 12444398. OLE color: 12444398.
HSL color Cylindrical-coordinate representation of color #EEE2BD: hue angle of 45.31º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEE2BD is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 226 | 189 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.07 |
| HSL | 45.31º | 0.59% | 0.84% | - |
| HSV(B) | 45.31º | 0.21% | 0.93% | - |
| XYZ | 71.64 | 76.24 | 59.08 | - |
| YUV | 225.37 | 107.48 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 226 | 189 | 0 | 0.05 | 0.21 | 0.07 | 45.31 | 0.59 | 0.84 |
| Hex | EE | E2 | BD | 0 | 5 | 15 | 7 | 2D | 3B | 54 |
| Octal | 356 | 342 | 275 | 0 | 5 | 25 | 7 | 55 | 73 | 124 |
| Binary | 11101110 | 11100010 | 10111101 | 0 | 101 | 10101 | 111 | 101101 | 111011 | 1010100 |
Color Harmonies of #EEE2BD
Complementary color
Monochromatic Colors of #EEE2BD
Black with #EEE2BD
Text Example
Text Example
White with #EEE2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE2BD; }
p { color: rgb(238,226,189); }
H1.HeaderClassName
{
color: #EEE2BD;
}
.AnyTagClassName
{
color: #EEE2BD;
}
</style>
background-color css
<style>
a { background-color: #EEE2BD; }
a { background-color: rgb(238,226,189); }
div.DivClassName
{
background-color: #EEE2BD;
}
.BgClassName
{
background-color: #EEE2BD;
}
</style>
border-color css
<style>
span { border-color: #EEE2BD; }
span { border-color: rgb(238,226,189); }
td.TdClassName
{
border-color: #EEE2BD;
}
.TagClassName
{
border-color: #EEE2BD;
}
</style>