Html Css Color HEX #EEE4BC Half Colonial White
📋 copy color: '#EEE4BC'red 238 ◦ green 228 ◦ blue 188
Shades of Half Colonial White #EEE4BC
Tints of Half Colonial White #EEE4BC
RGB
CMYK
RGB Variations
Color information
#EEE4BC (or 0xEEE4BC) is known color: Half Colonial White. HEX triplet: EE, E4 and BC. RGB value is (238,228,188). Sum of RGB (Red+Green+Blue) = 238+228+188=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 228 (89.45% from 255 or 34.86% from 654); Blue value is 188 (73.83% from 255 or 28.75% from 654); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE4BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE4BC is #111B43. Grayscale: #E2E2E2. Windows color (decimal): -1121092 or 12379374. OLE color: 12379374.
HSL color Cylindrical-coordinate representation of color #EEE4BC: hue angle of 48º degrees, saturation: 0.6, 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 #EEE4BC is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 188 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.07 |
| HSL | 48º | 0.6% | 0.84% | - |
| HSV(B) | 48º | 0.21% | 0.93% | - |
| XYZ | 72.08 | 77.29 | 58.7 | - |
| YUV | 226.43 | 106.31 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 188 | 0 | 0.04 | 0.21 | 0.07 | 48 | 0.6 | 0.84 |
| Hex | EE | E4 | BC | 0 | 4 | 15 | 7 | 30 | 3C | 54 |
| Octal | 356 | 344 | 274 | 0 | 4 | 25 | 7 | 60 | 74 | 124 |
| Binary | 11101110 | 11100100 | 10111100 | 0 | 100 | 10101 | 111 | 110000 | 111100 | 1010100 |
Color Harmonies of #EEE4BC
Complementary color
Monochromatic Colors of #EEE4BC
Black with #EEE4BC
Text Example
Text Example
White with #EEE4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE4BC; }
p { color: rgb(238,228,188); }
H1.HeaderClassName
{
color: #EEE4BC;
}
.AnyTagClassName
{
color: #EEE4BC;
}
</style>
background-color css
<style>
a { background-color: #EEE4BC; }
a { background-color: rgb(238,228,188); }
div.DivClassName
{
background-color: #EEE4BC;
}
.BgClassName
{
background-color: #EEE4BC;
}
</style>
border-color css
<style>
span { border-color: #EEE4BC; }
span { border-color: rgb(238,228,188); }
td.TdClassName
{
border-color: #EEE4BC;
}
.TagClassName
{
border-color: #EEE4BC;
}
</style>