Shades of Orange White #E7E2CE
Tints of Orange White #E7E2CE
RGB
CMYK
RGB Variations
Color information
#E7E2CE (or 0xE7E2CE) is known color: Orange White. HEX triplet: E7, E2 and CE. RGB value is (231,226,206). Sum of RGB (Red+Green+Blue) = 231+226+206=663 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.84% from 663); Green value is 226 (88.67% from 255 or 34.09% from 663); Blue value is 206 (80.86% from 255 or 31.07% from 663); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E2CE is #181D31. Grayscale: #E1E1E1. Windows color (decimal): -1580338 or 13558503. OLE color: 13558503.
HSL color Cylindrical-coordinate representation of color #E7E2CE: hue angle of 48º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E7E2CE is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 226 | 206 | - |
CMYK | 0 | 0.02 | 0.11 | 0.09 |
HSL | 48º | 0.34% | 0.86% | - |
HSV(B) | 48º | 0.11% | 0.91% | - |
XYZ | 71.29 | 75.84 | 69.27 | - |
YUV | 225.22 | 117.16 | 132.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 226 | 206 | 0 | 0.02 | 0.11 | 0.09 | 48 | 0.34 | 0.86 |
Hex | E7 | E2 | CE | 0 | 2 | B | 9 | 30 | 22 | 56 |
Octal | 347 | 342 | 316 | 0 | 2 | 13 | 11 | 60 | 42 | 126 |
Binary | 11100111 | 11100010 | 11001110 | 0 | 10 | 1011 | 1001 | 110000 | 100010 | 1010110 |
Color Harmonies of #E7E2CE
Complementary color
Monochromatic Colors of #E7E2CE
Black with #E7E2CE
Text Example
Text Example
White with #E7E2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E2CE; }
p { color: rgb(231,226,206); }
H1.HeaderClassName
{
color: #E7E2CE;
}
.AnyTagClassName
{
color: #E7E2CE;
}
</style>
background-color css
<style>
a { background-color: #E7E2CE; }
a { background-color: rgb(231,226,206); }
div.DivClassName
{
background-color: #E7E2CE;
}
.BgClassName
{
background-color: #E7E2CE;
}
</style>
border-color css
<style>
span { border-color: #E7E2CE; }
span { border-color: rgb(231,226,206); }
td.TdClassName
{
border-color: #E7E2CE;
}
.TagClassName
{
border-color: #E7E2CE;
}
</style>