Html Css Color HEX #EEE5BE Half Colonial White
📋 copy color: '#EEE5BE'red 238 ◦ green 229 ◦ blue 190
Shades of Half Colonial White #EEE5BE
Tints of Half Colonial White #EEE5BE
RGB
CMYK
RGB Variations
Color information
#EEE5BE (or 0xEEE5BE) is known color: Half Colonial White. HEX triplet: EE, E5 and BE. RGB value is (238,229,190). Sum of RGB (Red+Green+Blue) = 238+229+190=657 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.23% from 657); Green value is 229 (89.84% from 255 or 34.86% from 657); Blue value is 190 (74.61% from 255 or 28.92% from 657); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE5BE is #111A41. Grayscale: #E3E3E3. Windows color (decimal): -1120834 or 12510702. OLE color: 12510702.
HSL color Cylindrical-coordinate representation of color #EEE5BE: hue angle of 48.75º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEE5BE is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 229 | 190 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.07 |
| HSL | 48.75º | 0.59% | 0.84% | - |
| HSV(B) | 48.75º | 0.2% | 0.93% | - |
| XYZ | 72.57 | 77.93 | 59.93 | - |
| YUV | 227.25 | 106.98 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 229 | 190 | 0 | 0.04 | 0.20 | 0.07 | 48.75 | 0.59 | 0.84 |
| Hex | EE | E5 | BE | 0 | 4 | 14 | 7 | 31 | 3B | 54 |
| Octal | 356 | 345 | 276 | 0 | 4 | 24 | 7 | 61 | 73 | 124 |
| Binary | 11101110 | 11100101 | 10111110 | 0 | 100 | 10100 | 111 | 110001 | 111011 | 1010100 |
Color Harmonies of #EEE5BE
Complementary color
Monochromatic Colors of #EEE5BE
Black with #EEE5BE
Text Example
Text Example
White with #EEE5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE5BE; }
p { color: rgb(238,229,190); }
H1.HeaderClassName
{
color: #EEE5BE;
}
.AnyTagClassName
{
color: #EEE5BE;
}
</style>
background-color css
<style>
a { background-color: #EEE5BE; }
a { background-color: rgb(238,229,190); }
div.DivClassName
{
background-color: #EEE5BE;
}
.BgClassName
{
background-color: #EEE5BE;
}
</style>
border-color css
<style>
span { border-color: #EEE5BE; }
span { border-color: rgb(238,229,190); }
td.TdClassName
{
border-color: #EEE5BE;
}
.TagClassName
{
border-color: #EEE5BE;
}
</style>