Html Css Color HEX #EEE5BA Half Colonial White
📋 copy color: '#EEE5BA'red 238 ◦ green 229 ◦ blue 186
Shades of Half Colonial White #EEE5BA
Tints of Half Colonial White #EEE5BA
RGB
CMYK
RGB Variations
Color information
#EEE5BA (or 0xEEE5BA) is known color: Half Colonial White. HEX triplet: EE, E5 and BA. RGB value is (238,229,186). Sum of RGB (Red+Green+Blue) = 238+229+186=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 229 (89.84% from 255 or 35.07% from 653); Blue value is 186 (73.05% from 255 or 28.48% from 653); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE5BA is #111A45. Grayscale: #E2E2E2. Windows color (decimal): -1120838 or 12248558. OLE color: 12248558.
HSL color Cylindrical-coordinate representation of color #EEE5BA: hue angle of 49.62º degrees, saturation: 0.6, 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 #EEE5BA is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 229 | 186 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.07 |
| HSL | 49.62º | 0.6% | 0.83% | - |
| HSV(B) | 49.62º | 0.22% | 0.93% | - |
| XYZ | 72.14 | 77.76 | 57.66 | - |
| YUV | 226.79 | 104.98 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 229 | 186 | 0 | 0.04 | 0.22 | 0.07 | 49.62 | 0.6 | 0.83 |
| Hex | EE | E5 | BA | 0 | 4 | 16 | 7 | 32 | 3C | 53 |
| Octal | 356 | 345 | 272 | 0 | 4 | 26 | 7 | 62 | 74 | 123 |
| Binary | 11101110 | 11100101 | 10111010 | 0 | 100 | 10110 | 111 | 110010 | 111100 | 1010011 |
Color Harmonies of #EEE5BA
Complementary color
Monochromatic Colors of #EEE5BA
Black with #EEE5BA
Text Example
Text Example
White with #EEE5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE5BA; }
p { color: rgb(238,229,186); }
H1.HeaderClassName
{
color: #EEE5BA;
}
.AnyTagClassName
{
color: #EEE5BA;
}
</style>
background-color css
<style>
a { background-color: #EEE5BA; }
a { background-color: rgb(238,229,186); }
div.DivClassName
{
background-color: #EEE5BA;
}
.BgClassName
{
background-color: #EEE5BA;
}
</style>
border-color css
<style>
span { border-color: #EEE5BA; }
span { border-color: rgb(238,229,186); }
td.TdClassName
{
border-color: #EEE5BA;
}
.TagClassName
{
border-color: #EEE5BA;
}
</style>