Html Css Color HEX #EEE7BA Half Colonial White
📋 copy color: '#EEE7BA'red 238 ◦ green 231 ◦ blue 186
Shades of Half Colonial White #EEE7BA
Tints of Half Colonial White #EEE7BA
RGB
CMYK
RGB Variations
Color information
#EEE7BA (or 0xEEE7BA) is known color: Half Colonial White. HEX triplet: EE, E7 and BA. RGB value is (238,231,186). Sum of RGB (Red+Green+Blue) = 238+231+186=655 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.34% from 655); Green value is 231 (90.62% from 255 or 35.27% from 655); Blue value is 186 (73.05% from 255 or 28.40% from 655); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE7BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE7BA is #111845. Grayscale: #E4E4E4. Windows color (decimal): -1120326 or 12249070. OLE color: 12249070.
HSL color Cylindrical-coordinate representation of color #EEE7BA: hue angle of 51.92º 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 #EEE7BA is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 231 | 186 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.07 |
| HSL | 51.92º | 0.6% | 0.83% | - |
| HSV(B) | 51.92º | 0.22% | 0.93% | - |
| XYZ | 72.7 | 78.87 | 57.85 | - |
| YUV | 227.96 | 104.32 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 231 | 186 | 0 | 0.03 | 0.22 | 0.07 | 51.92 | 0.6 | 0.83 |
| Hex | EE | E7 | BA | 0 | 3 | 16 | 7 | 34 | 3C | 53 |
| Octal | 356 | 347 | 272 | 0 | 3 | 26 | 7 | 64 | 74 | 123 |
| Binary | 11101110 | 11100111 | 10111010 | 0 | 11 | 10110 | 111 | 110100 | 111100 | 1010011 |
Color Harmonies of #EEE7BA
Complementary color
Monochromatic Colors of #EEE7BA
Black with #EEE7BA
Text Example
Text Example
White with #EEE7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE7BA; }
p { color: rgb(238,231,186); }
H1.HeaderClassName
{
color: #EEE7BA;
}
.AnyTagClassName
{
color: #EEE7BA;
}
</style>
background-color css
<style>
a { background-color: #EEE7BA; }
a { background-color: rgb(238,231,186); }
div.DivClassName
{
background-color: #EEE7BA;
}
.BgClassName
{
background-color: #EEE7BA;
}
</style>
border-color css
<style>
span { border-color: #EEE7BA; }
span { border-color: rgb(238,231,186); }
td.TdClassName
{
border-color: #EEE7BA;
}
.TagClassName
{
border-color: #EEE7BA;
}
</style>