Shades of Orange White #E5E0CF
Tints of Orange White #E5E0CF
RGB
CMYK
RGB Variations
Color information
#E5E0CF (or 0xE5E0CF) is known color: Orange White. HEX triplet: E5, E0 and CF. RGB value is (229,224,207). Sum of RGB (Red+Green+Blue) = 229+224+207=660 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.70% from 660); Green value is 224 (87.89% from 255 or 33.94% from 660); Blue value is 207 (81.25% from 255 or 31.36% from 660); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E0CF is #1A1F30. Grayscale: #DFDFDF. Windows color (decimal): -1711921 or 13623525. OLE color: 13623525.
HSL color Cylindrical-coordinate representation of color #E5E0CF: hue angle of 46.36º degrees, saturation: 0.3, 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 #E5E0CF is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 224 | 207 | - |
CMYK | 0 | 0.02 | 0.10 | 0.10 |
HSL | 46.36º | 0.3% | 0.85% | - |
HSV(B) | 46.36º | 0.1% | 0.9% | - |
XYZ | 70.23 | 74.47 | 69.7 | - |
YUV | 223.56 | 118.66 | 131.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 224 | 207 | 0 | 0.02 | 0.10 | 0.10 | 46.36 | 0.3 | 0.85 |
Hex | E5 | E0 | CF | 0 | 2 | A | A | 2E | 1E | 55 |
Octal | 345 | 340 | 317 | 0 | 2 | 12 | 12 | 56 | 36 | 125 |
Binary | 11100101 | 11100000 | 11001111 | 0 | 10 | 1010 | 1010 | 101110 | 11110 | 1010101 |
Color Harmonies of #E5E0CF
Complementary color
Monochromatic Colors of #E5E0CF
Black with #E5E0CF
Text Example
Text Example
White with #E5E0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E0CF; }
p { color: rgb(229,224,207); }
H1.HeaderClassName
{
color: #E5E0CF;
}
.AnyTagClassName
{
color: #E5E0CF;
}
</style>
background-color css
<style>
a { background-color: #E5E0CF; }
a { background-color: rgb(229,224,207); }
div.DivClassName
{
background-color: #E5E0CF;
}
.BgClassName
{
background-color: #E5E0CF;
}
</style>
border-color css
<style>
span { border-color: #E5E0CF; }
span { border-color: rgb(229,224,207); }
td.TdClassName
{
border-color: #E5E0CF;
}
.TagClassName
{
border-color: #E5E0CF;
}
</style>