Shades of Orange White #E9E2CA
Tints of Orange White #E9E2CA
RGB
CMYK
RGB Variations
Color information
#E9E2CA (or 0xE9E2CA) is known color: Orange White. HEX triplet: E9, E2 and CA. RGB value is (233,226,202). Sum of RGB (Red+Green+Blue) = 233+226+202=661 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.25% from 661); Green value is 226 (88.67% from 255 or 34.19% from 661); Blue value is 202 (79.30% from 255 or 30.56% from 661); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E2CA is #161D35. Grayscale: #E1E1E1. Windows color (decimal): -1449270 or 13296361. OLE color: 13296361.
HSL color Cylindrical-coordinate representation of color #E9E2CA: hue angle of 46.45º degrees, saturation: 0.41, 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 #E9E2CA is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 226 | 202 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.09 |
| HSL | 46.45º | 0.41% | 0.85% | - |
| HSV(B) | 46.45º | 0.13% | 0.91% | - |
| XYZ | 71.46 | 75.98 | 66.78 | - |
| YUV | 225.36 | 114.82 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 226 | 202 | 0 | 0.03 | 0.13 | 0.09 | 46.45 | 0.41 | 0.85 |
| Hex | E9 | E2 | CA | 0 | 3 | D | 9 | 2E | 29 | 55 |
| Octal | 351 | 342 | 312 | 0 | 3 | 15 | 11 | 56 | 51 | 125 |
| Binary | 11101001 | 11100010 | 11001010 | 0 | 11 | 1101 | 1001 | 101110 | 101001 | 1010101 |
Color Harmonies of #E9E2CA
Complementary color
Monochromatic Colors of #E9E2CA
Black with #E9E2CA
Text Example
Text Example
White with #E9E2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E2CA; }
p { color: rgb(233,226,202); }
H1.HeaderClassName
{
color: #E9E2CA;
}
.AnyTagClassName
{
color: #E9E2CA;
}
</style>
background-color css
<style>
a { background-color: #E9E2CA; }
a { background-color: rgb(233,226,202); }
div.DivClassName
{
background-color: #E9E2CA;
}
.BgClassName
{
background-color: #E9E2CA;
}
</style>
border-color css
<style>
span { border-color: #E9E2CA; }
span { border-color: rgb(233,226,202); }
td.TdClassName
{
border-color: #E9E2CA;
}
.TagClassName
{
border-color: #E9E2CA;
}
</style>