Html Css Color HEX #EEE5B9 Half Colonial White
📋 copy color: '#EEE5B9'red 238 ◦ green 229 ◦ blue 185
Shades of Half Colonial White #EEE5B9
Tints of Half Colonial White #EEE5B9
RGB
CMYK
RGB Variations
Color information
#EEE5B9 (or 0xEEE5B9) is known color: Half Colonial White. HEX triplet: EE, E5 and B9. RGB value is (238,229,185). Sum of RGB (Red+Green+Blue) = 238+229+185=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 229 (89.84% from 255 or 35.12% from 652); Blue value is 185 (72.66% from 255 or 28.37% from 652); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE5B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE5B9 is #111A46. Grayscale: #E2E2E2. Windows color (decimal): -1120839 or 12183022. OLE color: 12183022.
HSL color Cylindrical-coordinate representation of color #EEE5B9: hue angle of 49.81º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEE5B9 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 229 | 185 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.07 |
| HSL | 49.81º | 0.61% | 0.83% | - |
| HSV(B) | 49.81º | 0.22% | 0.93% | - |
| XYZ | 72.04 | 77.72 | 57.1 | - |
| YUV | 226.68 | 104.48 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 229 | 185 | 0 | 0.04 | 0.22 | 0.07 | 49.81 | 0.61 | 0.83 |
| Hex | EE | E5 | B9 | 0 | 4 | 16 | 7 | 32 | 3D | 53 |
| Octal | 356 | 345 | 271 | 0 | 4 | 26 | 7 | 62 | 75 | 123 |
| Binary | 11101110 | 11100101 | 10111001 | 0 | 100 | 10110 | 111 | 110010 | 111101 | 1010011 |
Color Harmonies of #EEE5B9
Complementary color
Monochromatic Colors of #EEE5B9
Black with #EEE5B9
Text Example
Text Example
White with #EEE5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE5B9; }
p { color: rgb(238,229,185); }
H1.HeaderClassName
{
color: #EEE5B9;
}
.AnyTagClassName
{
color: #EEE5B9;
}
</style>
background-color css
<style>
a { background-color: #EEE5B9; }
a { background-color: rgb(238,229,185); }
div.DivClassName
{
background-color: #EEE5B9;
}
.BgClassName
{
background-color: #EEE5B9;
}
</style>
border-color css
<style>
span { border-color: #EEE5B9; }
span { border-color: rgb(238,229,185); }
td.TdClassName
{
border-color: #EEE5B9;
}
.TagClassName
{
border-color: #EEE5B9;
}
</style>