Shades of Orange White #E5DFCD
Tints of Orange White #E5DFCD
RGB
CMYK
RGB Variations
Color information
#E5DFCD (or 0xE5DFCD) is known color: Orange White. HEX triplet: E5, DF and CD. RGB value is (229,223,205). Sum of RGB (Red+Green+Blue) = 229+223+205=657 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.86% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 205 (80.47% from 255 or 31.20% from 657); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DFCD is #1A2032. Grayscale: #DEDEDE. Windows color (decimal): -1712179 or 13492197. OLE color: 13492197.
HSL color Cylindrical-coordinate representation of color #E5DFCD: hue angle of 45º degrees, saturation: 0.32, 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 #E5DFCD is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 223 | 205 | - |
CMYK | 0 | 0.03 | 0.10 | 0.10 |
HSL | 45º | 0.32% | 0.85% | - |
HSV(B) | 45º | 0.1% | 0.9% | - |
XYZ | 69.72 | 73.84 | 68.34 | - |
YUV | 222.74 | 117.99 | 132.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 223 | 205 | 0 | 0.03 | 0.10 | 0.10 | 45 | 0.32 | 0.85 |
Hex | E5 | DF | CD | 0 | 3 | A | A | 2D | 20 | 55 |
Octal | 345 | 337 | 315 | 0 | 3 | 12 | 12 | 55 | 40 | 125 |
Binary | 11100101 | 11011111 | 11001101 | 0 | 11 | 1010 | 1010 | 101101 | 100000 | 1010101 |
Color Harmonies of #E5DFCD
Complementary color
Monochromatic Colors of #E5DFCD
Black with #E5DFCD
Text Example
Text Example
White with #E5DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DFCD; }
p { color: rgb(229,223,205); }
H1.HeaderClassName
{
color: #E5DFCD;
}
.AnyTagClassName
{
color: #E5DFCD;
}
</style>
background-color css
<style>
a { background-color: #E5DFCD; }
a { background-color: rgb(229,223,205); }
div.DivClassName
{
background-color: #E5DFCD;
}
.BgClassName
{
background-color: #E5DFCD;
}
</style>
border-color css
<style>
span { border-color: #E5DFCD; }
span { border-color: rgb(229,223,205); }
td.TdClassName
{
border-color: #E5DFCD;
}
.TagClassName
{
border-color: #E5DFCD;
}
</style>