Shades of Orange White #E9E5CF
Tints of Orange White #E9E5CF
RGB
CMYK
RGB Variations
Color information
#E9E5CF (or 0xE9E5CF) is known color: Orange White. HEX triplet: E9, E5 and CF. RGB value is (233,229,207). Sum of RGB (Red+Green+Blue) = 233+229+207=669 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.83% from 669); Green value is 229 (89.84% from 255 or 34.23% from 669); Blue value is 207 (81.25% from 255 or 30.94% from 669); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E5CF is #161A30. Grayscale: #E3E3E3. Windows color (decimal): -1448497 or 13624809. OLE color: 13624809.
HSL color Cylindrical-coordinate representation of color #E9E5CF: hue angle of 50.77º degrees, saturation: 0.37, 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 #E9E5CF is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 229 | 207 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.09 |
| HSL | 50.77º | 0.37% | 0.86% | - |
| HSV(B) | 50.77º | 0.11% | 0.91% | - |
| XYZ | 72.89 | 77.87 | 70.22 | - |
| YUV | 227.69 | 116.33 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 229 | 207 | 0 | 0.02 | 0.11 | 0.09 | 50.77 | 0.37 | 0.86 |
| Hex | E9 | E5 | CF | 0 | 2 | B | 9 | 33 | 25 | 56 |
| Octal | 351 | 345 | 317 | 0 | 2 | 13 | 11 | 63 | 45 | 126 |
| Binary | 11101001 | 11100101 | 11001111 | 0 | 10 | 1011 | 1001 | 110011 | 100101 | 1010110 |
Color Harmonies of #E9E5CF
Complementary color
Monochromatic Colors of #E9E5CF
Black with #E9E5CF
Text Example
Text Example
White with #E9E5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E5CF; }
p { color: rgb(233,229,207); }
H1.HeaderClassName
{
color: #E9E5CF;
}
.AnyTagClassName
{
color: #E9E5CF;
}
</style>
background-color css
<style>
a { background-color: #E9E5CF; }
a { background-color: rgb(233,229,207); }
div.DivClassName
{
background-color: #E9E5CF;
}
.BgClassName
{
background-color: #E9E5CF;
}
</style>
border-color css
<style>
span { border-color: #E9E5CF; }
span { border-color: rgb(233,229,207); }
td.TdClassName
{
border-color: #E9E5CF;
}
.TagClassName
{
border-color: #E9E5CF;
}
</style>