Shades of Orange White #E7E2CC
Tints of Orange White #E7E2CC
RGB
CMYK
RGB Variations
Color information
#E7E2CC (or 0xE7E2CC) is known color: Orange White. HEX triplet: E7, E2 and CC. RGB value is (231,226,204). Sum of RGB (Red+Green+Blue) = 231+226+204=661 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.95% from 661); Green value is 226 (88.67% from 255 or 34.19% from 661); Blue value is 204 (80.08% from 255 or 30.86% from 661); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E2CC is #181D33. Grayscale: #E1E1E1. Windows color (decimal): -1580340 or 13427431. OLE color: 13427431.
HSL color Cylindrical-coordinate representation of color #E7E2CC: hue angle of 48.89º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E7E2CC is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 226 | 204 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.09 |
| HSL | 48.89º | 0.36% | 0.85% | - |
| HSV(B) | 48.89º | 0.12% | 0.91% | - |
| XYZ | 71.05 | 75.74 | 68 | - |
| YUV | 224.99 | 116.16 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 226 | 204 | 0 | 0.02 | 0.12 | 0.09 | 48.89 | 0.36 | 0.85 |
| Hex | E7 | E2 | CC | 0 | 2 | C | 9 | 31 | 24 | 55 |
| Octal | 347 | 342 | 314 | 0 | 2 | 14 | 11 | 61 | 44 | 125 |
| Binary | 11100111 | 11100010 | 11001100 | 0 | 10 | 1100 | 1001 | 110001 | 100100 | 1010101 |
Color Harmonies of #E7E2CC
Complementary color
Monochromatic Colors of #E7E2CC
Black with #E7E2CC
Text Example
Text Example
White with #E7E2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E2CC; }
p { color: rgb(231,226,204); }
H1.HeaderClassName
{
color: #E7E2CC;
}
.AnyTagClassName
{
color: #E7E2CC;
}
</style>
background-color css
<style>
a { background-color: #E7E2CC; }
a { background-color: rgb(231,226,204); }
div.DivClassName
{
background-color: #E7E2CC;
}
.BgClassName
{
background-color: #E7E2CC;
}
</style>
border-color css
<style>
span { border-color: #E7E2CC; }
span { border-color: rgb(231,226,204); }
td.TdClassName
{
border-color: #E7E2CC;
}
.TagClassName
{
border-color: #E7E2CC;
}
</style>