Html Css Color HEX #EEE5BC Half Colonial White
📋 copy color: '#EEE5BC'red 238 ◦ green 229 ◦ blue 188
Shades of Half Colonial White #EEE5BC
Tints of Half Colonial White #EEE5BC
RGB
CMYK
RGB Variations
Color information
#EEE5BC (or 0xEEE5BC) is known color: Half Colonial White. HEX triplet: EE, E5 and BC. RGB value is (238,229,188). Sum of RGB (Red+Green+Blue) = 238+229+188=655 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.34% from 655); Green value is 229 (89.84% from 255 or 34.96% from 655); Blue value is 188 (73.83% from 255 or 28.70% from 655); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE5BC is #111A43. Grayscale: #E3E3E3. Windows color (decimal): -1120836 or 12379630. OLE color: 12379630.
HSL color Cylindrical-coordinate representation of color #EEE5BC: hue angle of 49.2º 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 #EEE5BC is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 229 | 188 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.07 |
| HSL | 49.2º | 0.6% | 0.84% | - |
| HSV(B) | 49.2º | 0.21% | 0.93% | - |
| XYZ | 72.36 | 77.85 | 58.79 | - |
| YUV | 227.02 | 105.98 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 229 | 188 | 0 | 0.04 | 0.21 | 0.07 | 49.2 | 0.6 | 0.84 |
| Hex | EE | E5 | BC | 0 | 4 | 15 | 7 | 31 | 3C | 54 |
| Octal | 356 | 345 | 274 | 0 | 4 | 25 | 7 | 61 | 74 | 124 |
| Binary | 11101110 | 11100101 | 10111100 | 0 | 100 | 10101 | 111 | 110001 | 111100 | 1010100 |
Color Harmonies of #EEE5BC
Complementary color
Monochromatic Colors of #EEE5BC
Black with #EEE5BC
Text Example
Text Example
White with #EEE5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE5BC; }
p { color: rgb(238,229,188); }
H1.HeaderClassName
{
color: #EEE5BC;
}
.AnyTagClassName
{
color: #EEE5BC;
}
</style>
background-color css
<style>
a { background-color: #EEE5BC; }
a { background-color: rgb(238,229,188); }
div.DivClassName
{
background-color: #EEE5BC;
}
.BgClassName
{
background-color: #EEE5BC;
}
</style>
border-color css
<style>
span { border-color: #EEE5BC; }
span { border-color: rgb(238,229,188); }
td.TdClassName
{
border-color: #EEE5BC;
}
.TagClassName
{
border-color: #EEE5BC;
}
</style>