Shades of Orange White #E5E1CF
Tints of Orange White #E5E1CF
RGB
CMYK
RGB Variations
Color information
#E5E1CF (or 0xE5E1CF) is known color: Orange White. HEX triplet: E5, E1 and CF. RGB value is (229,225,207). Sum of RGB (Red+Green+Blue) = 229+225+207=661 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.64% from 661); Green value is 225 (88.28% from 255 or 34.04% from 661); Blue value is 207 (81.25% from 255 or 31.32% from 661); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E1CF is #1A1E30. Grayscale: #E0E0E0. Windows color (decimal): -1711665 or 13623781. OLE color: 13623781.
HSL color Cylindrical-coordinate representation of color #E5E1CF: hue angle of 49.09º 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 #E5E1CF is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 225 | 207 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.10 |
| HSL | 49.09º | 0.3% | 0.85% | - |
| HSV(B) | 49.09º | 0.1% | 0.9% | - |
| XYZ | 70.5 | 75.01 | 69.79 | - |
| YUV | 224.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 225 | 207 | 0 | 0.02 | 0.10 | 0.10 | 49.09 | 0.3 | 0.85 |
| Hex | E5 | E1 | CF | 0 | 2 | A | A | 31 | 1E | 55 |
| Octal | 345 | 341 | 317 | 0 | 2 | 12 | 12 | 61 | 36 | 125 |
| Binary | 11100101 | 11100001 | 11001111 | 0 | 10 | 1010 | 1010 | 110001 | 11110 | 1010101 |
Color Harmonies of #E5E1CF
Complementary color
Monochromatic Colors of #E5E1CF
Black with #E5E1CF
Text Example
Text Example
White with #E5E1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E1CF; }
p { color: rgb(229,225,207); }
H1.HeaderClassName
{
color: #E5E1CF;
}
.AnyTagClassName
{
color: #E5E1CF;
}
</style>
background-color css
<style>
a { background-color: #E5E1CF; }
a { background-color: rgb(229,225,207); }
div.DivClassName
{
background-color: #E5E1CF;
}
.BgClassName
{
background-color: #E5E1CF;
}
</style>
border-color css
<style>
span { border-color: #E5E1CF; }
span { border-color: rgb(229,225,207); }
td.TdClassName
{
border-color: #E5E1CF;
}
.TagClassName
{
border-color: #E5E1CF;
}
</style>