Shades of Orange White #EEE4CA
Tints of Orange White #EEE4CA
RGB
CMYK
RGB Variations
Color information
#EEE4CA (or 0xEEE4CA) is known color: Orange White. HEX triplet: EE, E4 and CA. RGB value is (238,228,202). Sum of RGB (Red+Green+Blue) = 238+228+202=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 228 (89.45% from 255 or 34.13% from 668); Blue value is 202 (79.30% from 255 or 30.24% from 668); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE4CA is #111B35. Grayscale: #E4E4E4. Windows color (decimal): -1121078 or 13296878. OLE color: 13296878.
HSL color Cylindrical-coordinate representation of color #EEE4CA: hue angle of 43.33º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EEE4CA is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 202 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.07 |
| HSL | 43.33º | 0.51% | 0.86% | - |
| HSV(B) | 43.33º | 0.15% | 0.93% | - |
| XYZ | 73.66 | 77.93 | 67.04 | - |
| YUV | 228.03 | 113.31 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 202 | 0 | 0.04 | 0.15 | 0.07 | 43.33 | 0.51 | 0.86 |
| Hex | EE | E4 | CA | 0 | 4 | F | 7 | 2B | 33 | 56 |
| Octal | 356 | 344 | 312 | 0 | 4 | 17 | 7 | 53 | 63 | 126 |
| Binary | 11101110 | 11100100 | 11001010 | 0 | 100 | 1111 | 111 | 101011 | 110011 | 1010110 |
Color Harmonies of #EEE4CA
Complementary color
Monochromatic Colors of #EEE4CA
Black with #EEE4CA
Text Example
Text Example
White with #EEE4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE4CA; }
p { color: rgb(238,228,202); }
H1.HeaderClassName
{
color: #EEE4CA;
}
.AnyTagClassName
{
color: #EEE4CA;
}
</style>
background-color css
<style>
a { background-color: #EEE4CA; }
a { background-color: rgb(238,228,202); }
div.DivClassName
{
background-color: #EEE4CA;
}
.BgClassName
{
background-color: #EEE4CA;
}
</style>
border-color css
<style>
span { border-color: #EEE4CA; }
span { border-color: rgb(238,228,202); }
td.TdClassName
{
border-color: #EEE4CA;
}
.TagClassName
{
border-color: #EEE4CA;
}
</style>