Shades of Orange White #E7E1CA
Tints of Orange White #E7E1CA
RGB
CMYK
RGB Variations
Color information
#E7E1CA (or 0xE7E1CA) is known color: Orange White. HEX triplet: E7, E1 and CA. RGB value is (231,225,202). Sum of RGB (Red+Green+Blue) = 231+225+202=658 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.11% from 658); Green value is 225 (88.28% from 255 or 34.19% from 658); Blue value is 202 (79.30% from 255 or 30.70% from 658); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E1CA is #181E35. Grayscale: #E0E0E0. Windows color (decimal): -1580598 or 13296103. OLE color: 13296103.
HSL color Cylindrical-coordinate representation of color #E7E1CA: hue angle of 47.59º degrees, saturation: 0.38, 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 #E7E1CA is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 225 | 202 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.09 |
| HSL | 47.59º | 0.38% | 0.85% | - |
| HSV(B) | 47.59º | 0.13% | 0.91% | - |
| XYZ | 70.54 | 75.1 | 66.66 | - |
| YUV | 224.17 | 115.49 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 225 | 202 | 0 | 0.03 | 0.13 | 0.09 | 47.59 | 0.38 | 0.85 |
| Hex | E7 | E1 | CA | 0 | 3 | D | 9 | 30 | 26 | 55 |
| Octal | 347 | 341 | 312 | 0 | 3 | 15 | 11 | 60 | 46 | 125 |
| Binary | 11100111 | 11100001 | 11001010 | 0 | 11 | 1101 | 1001 | 110000 | 100110 | 1010101 |
Color Harmonies of #E7E1CA
Complementary color
Monochromatic Colors of #E7E1CA
Black with #E7E1CA
Text Example
Text Example
White with #E7E1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E1CA; }
p { color: rgb(231,225,202); }
H1.HeaderClassName
{
color: #E7E1CA;
}
.AnyTagClassName
{
color: #E7E1CA;
}
</style>
background-color css
<style>
a { background-color: #E7E1CA; }
a { background-color: rgb(231,225,202); }
div.DivClassName
{
background-color: #E7E1CA;
}
.BgClassName
{
background-color: #E7E1CA;
}
</style>
border-color css
<style>
span { border-color: #E7E1CA; }
span { border-color: rgb(231,225,202); }
td.TdClassName
{
border-color: #E7E1CA;
}
.TagClassName
{
border-color: #E7E1CA;
}
</style>