Shades of Orange White #E5DFCF
Tints of Orange White #E5DFCF
RGB
CMYK
RGB Variations
Color information
#E5DFCF (or 0xE5DFCF) is known color: Orange White. HEX triplet: E5, DF and CF. RGB value is (229,223,207). Sum of RGB (Red+Green+Blue) = 229+223+207=659 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.75% from 659); Green value is 223 (87.5% from 255 or 33.84% from 659); Blue value is 207 (81.25% from 255 or 31.41% from 659); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DFCF is #1A2030. Grayscale: #DFDFDF. Windows color (decimal): -1712177 or 13623269. OLE color: 13623269.
HSL color Cylindrical-coordinate representation of color #E5DFCF: hue angle of 43.64º 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 #E5DFCF is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 223 | 207 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.10 |
| HSL | 43.64º | 0.3% | 0.85% | - |
| HSV(B) | 43.64º | 0.1% | 0.9% | - |
| XYZ | 69.96 | 73.94 | 69.62 | - |
| YUV | 222.97 | 118.99 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 223 | 207 | 0 | 0.03 | 0.10 | 0.10 | 43.64 | 0.3 | 0.85 |
| Hex | E5 | DF | CF | 0 | 3 | A | A | 2C | 1E | 55 |
| Octal | 345 | 337 | 317 | 0 | 3 | 12 | 12 | 54 | 36 | 125 |
| Binary | 11100101 | 11011111 | 11001111 | 0 | 11 | 1010 | 1010 | 101100 | 11110 | 1010101 |
Color Harmonies of #E5DFCF
Complementary color
Monochromatic Colors of #E5DFCF
Black with #E5DFCF
Text Example
Text Example
White with #E5DFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DFCF; }
p { color: rgb(229,223,207); }
H1.HeaderClassName
{
color: #E5DFCF;
}
.AnyTagClassName
{
color: #E5DFCF;
}
</style>
background-color css
<style>
a { background-color: #E5DFCF; }
a { background-color: rgb(229,223,207); }
div.DivClassName
{
background-color: #E5DFCF;
}
.BgClassName
{
background-color: #E5DFCF;
}
</style>
border-color css
<style>
span { border-color: #E5DFCF; }
span { border-color: rgb(229,223,207); }
td.TdClassName
{
border-color: #E5DFCF;
}
.TagClassName
{
border-color: #E5DFCF;
}
</style>