Html Css Color HEX #EEE4BA Half Colonial White
📋 copy color: '#EEE4BA'red 238 ◦ green 228 ◦ blue 186
Shades of Half Colonial White #EEE4BA
Tints of Half Colonial White #EEE4BA
RGB
CMYK
RGB Variations
Color information
#EEE4BA (or 0xEEE4BA) is known color: Half Colonial White. HEX triplet: EE, E4 and BA. RGB value is (238,228,186). Sum of RGB (Red+Green+Blue) = 238+228+186=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 228 (89.45% from 255 or 34.97% from 652); Blue value is 186 (73.05% from 255 or 28.53% from 652); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE4BA is #111B45. Grayscale: #E2E2E2. Windows color (decimal): -1121094 or 12248302. OLE color: 12248302.
HSL color Cylindrical-coordinate representation of color #EEE4BA: hue angle of 48.46º 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 #EEE4BA is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 186 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.07 |
| HSL | 48.46º | 0.6% | 0.83% | - |
| HSV(B) | 48.46º | 0.22% | 0.93% | - |
| XYZ | 71.87 | 77.21 | 57.57 | - |
| YUV | 226.2 | 105.31 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 186 | 0 | 0.04 | 0.22 | 0.07 | 48.46 | 0.6 | 0.83 |
| Hex | EE | E4 | BA | 0 | 4 | 16 | 7 | 30 | 3C | 53 |
| Octal | 356 | 344 | 272 | 0 | 4 | 26 | 7 | 60 | 74 | 123 |
| Binary | 11101110 | 11100100 | 10111010 | 0 | 100 | 10110 | 111 | 110000 | 111100 | 1010011 |
Color Harmonies of #EEE4BA
Complementary color
Monochromatic Colors of #EEE4BA
Black with #EEE4BA
Text Example
Text Example
White with #EEE4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE4BA; }
p { color: rgb(238,228,186); }
H1.HeaderClassName
{
color: #EEE4BA;
}
.AnyTagClassName
{
color: #EEE4BA;
}
</style>
background-color css
<style>
a { background-color: #EEE4BA; }
a { background-color: rgb(238,228,186); }
div.DivClassName
{
background-color: #EEE4BA;
}
.BgClassName
{
background-color: #EEE4BA;
}
</style>
border-color css
<style>
span { border-color: #EEE4BA; }
span { border-color: rgb(238,228,186); }
td.TdClassName
{
border-color: #EEE4BA;
}
.TagClassName
{
border-color: #EEE4BA;
}
</style>