Html Css Color HEX #EEE3BA Half Colonial White
📋 copy color: '#EEE3BA'red 238 ◦ green 227 ◦ blue 186
Shades of Half Colonial White #EEE3BA
Tints of Half Colonial White #EEE3BA
RGB
CMYK
RGB Variations
Color information
#EEE3BA (or 0xEEE3BA) is known color: Half Colonial White. HEX triplet: EE, E3 and BA. RGB value is (238,227,186). Sum of RGB (Red+Green+Blue) = 238+227+186=651 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.56% from 651); Green value is 227 (89.06% from 255 or 34.87% from 651); Blue value is 186 (73.05% from 255 or 28.57% from 651); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE3BA is #111C45. Grayscale: #E1E1E1. Windows color (decimal): -1121350 or 12248046. OLE color: 12248046.
HSL color Cylindrical-coordinate representation of color #EEE3BA: hue angle of 47.31º 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 #EEE3BA is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 227 | 186 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.07 |
| HSL | 47.31º | 0.6% | 0.83% | - |
| HSV(B) | 47.31º | 0.22% | 0.93% | - |
| XYZ | 71.59 | 76.66 | 57.48 | - |
| YUV | 225.62 | 105.64 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 227 | 186 | 0 | 0.05 | 0.22 | 0.07 | 47.31 | 0.6 | 0.83 |
| Hex | EE | E3 | BA | 0 | 5 | 16 | 7 | 2F | 3C | 53 |
| Octal | 356 | 343 | 272 | 0 | 5 | 26 | 7 | 57 | 74 | 123 |
| Binary | 11101110 | 11100011 | 10111010 | 0 | 101 | 10110 | 111 | 101111 | 111100 | 1010011 |
Color Harmonies of #EEE3BA
Complementary color
Monochromatic Colors of #EEE3BA
Black with #EEE3BA
Text Example
Text Example
White with #EEE3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE3BA; }
p { color: rgb(238,227,186); }
H1.HeaderClassName
{
color: #EEE3BA;
}
.AnyTagClassName
{
color: #EEE3BA;
}
</style>
background-color css
<style>
a { background-color: #EEE3BA; }
a { background-color: rgb(238,227,186); }
div.DivClassName
{
background-color: #EEE3BA;
}
.BgClassName
{
background-color: #EEE3BA;
}
</style>
border-color css
<style>
span { border-color: #EEE3BA; }
span { border-color: rgb(238,227,186); }
td.TdClassName
{
border-color: #EEE3BA;
}
.TagClassName
{
border-color: #EEE3BA;
}
</style>