Shades of Orange White #E8E1CA
Tints of Orange White #E8E1CA
RGB
CMYK
RGB Variations
Color information
#E8E1CA (or 0xE8E1CA) is known color: Orange White. HEX triplet: E8, E1 and CA. RGB value is (232,225,202). Sum of RGB (Red+Green+Blue) = 232+225+202=659 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.20% from 659); Green value is 225 (88.28% from 255 or 34.14% from 659); Blue value is 202 (79.30% from 255 or 30.65% from 659); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8E1CA is #171E35. Grayscale: #E0E0E0. Windows color (decimal): -1515062 or 13296104. OLE color: 13296104.
HSL color Cylindrical-coordinate representation of color #E8E1CA: hue angle of 46º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E8E1CA is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 225 | 202 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.09 |
| HSL | 46º | 0.39% | 0.85% | - |
| HSV(B) | 46º | 0.13% | 0.91% | - |
| XYZ | 70.86 | 75.27 | 66.67 | - |
| YUV | 224.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 225 | 202 | 0 | 0.03 | 0.13 | 0.09 | 46 | 0.39 | 0.85 |
| Hex | E8 | E1 | CA | 0 | 3 | D | 9 | 2E | 27 | 55 |
| Octal | 350 | 341 | 312 | 0 | 3 | 15 | 11 | 56 | 47 | 125 |
| Binary | 11101000 | 11100001 | 11001010 | 0 | 11 | 1101 | 1001 | 101110 | 100111 | 1010101 |
Color Harmonies of #E8E1CA
Complementary color
Monochromatic Colors of #E8E1CA
Black with #E8E1CA
Text Example
Text Example
White with #E8E1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E1CA; }
p { color: rgb(232,225,202); }
H1.HeaderClassName
{
color: #E8E1CA;
}
.AnyTagClassName
{
color: #E8E1CA;
}
</style>
background-color css
<style>
a { background-color: #E8E1CA; }
a { background-color: rgb(232,225,202); }
div.DivClassName
{
background-color: #E8E1CA;
}
.BgClassName
{
background-color: #E8E1CA;
}
</style>
border-color css
<style>
span { border-color: #E8E1CA; }
span { border-color: rgb(232,225,202); }
td.TdClassName
{
border-color: #E8E1CA;
}
.TagClassName
{
border-color: #E8E1CA;
}
</style>