Shades of Orange White #E5E1CE
Tints of Orange White #E5E1CE
RGB
CMYK
RGB Variations
Color information
#E5E1CE (or 0xE5E1CE) is known color: Orange White. HEX triplet: E5, E1 and CE. RGB value is (229,225,206). Sum of RGB (Red+Green+Blue) = 229+225+206=660 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.70% from 660); Green value is 225 (88.28% from 255 or 34.09% from 660); Blue value is 206 (80.86% from 255 or 31.21% from 660); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E1CE is #1A1E31. Grayscale: #E0E0E0. Windows color (decimal): -1711666 or 13558245. OLE color: 13558245.
HSL color Cylindrical-coordinate representation of color #E5E1CE: hue angle of 49.57º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5E1CE is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 225 | 206 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.10 |
| HSL | 49.57º | 0.31% | 0.85% | - |
| HSV(B) | 49.57º | 0.1% | 0.9% | - |
| XYZ | 70.38 | 74.96 | 69.15 | - |
| YUV | 224.03 | 117.83 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 225 | 206 | 0 | 0.02 | 0.10 | 0.10 | 49.57 | 0.31 | 0.85 |
| Hex | E5 | E1 | CE | 0 | 2 | A | A | 32 | 1F | 55 |
| Octal | 345 | 341 | 316 | 0 | 2 | 12 | 12 | 62 | 37 | 125 |
| Binary | 11100101 | 11100001 | 11001110 | 0 | 10 | 1010 | 1010 | 110010 | 11111 | 1010101 |
Color Harmonies of #E5E1CE
Complementary color
Monochromatic Colors of #E5E1CE
Black with #E5E1CE
Text Example
Text Example
White with #E5E1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E1CE; }
p { color: rgb(229,225,206); }
H1.HeaderClassName
{
color: #E5E1CE;
}
.AnyTagClassName
{
color: #E5E1CE;
}
</style>
background-color css
<style>
a { background-color: #E5E1CE; }
a { background-color: rgb(229,225,206); }
div.DivClassName
{
background-color: #E5E1CE;
}
.BgClassName
{
background-color: #E5E1CE;
}
</style>
border-color css
<style>
span { border-color: #E5E1CE; }
span { border-color: rgb(229,225,206); }
td.TdClassName
{
border-color: #E5E1CE;
}
.TagClassName
{
border-color: #E5E1CE;
}
</style>