Shades of Orange White #E4DFCF
Tints of Orange White #E4DFCF
RGB
CMYK
RGB Variations
Color information
#E4DFCF (or 0xE4DFCF) is known color: Orange White. HEX triplet: E4, DF and CF. RGB value is (228,223,207). Sum of RGB (Red+Green+Blue) = 228+223+207=658 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.65% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 207 (81.25% from 255 or 31.46% from 658); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DFCF is #1B2030. Grayscale: #DEDEDE. Windows color (decimal): -1777713 or 13623268. OLE color: 13623268.
HSL color Cylindrical-coordinate representation of color #E4DFCF: hue angle of 45.71º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E4DFCF is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 223 | 207 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.11 |
| HSL | 45.71º | 0.28% | 0.85% | - |
| HSV(B) | 45.71º | 0.09% | 0.89% | - |
| XYZ | 69.65 | 73.77 | 69.6 | - |
| YUV | 222.67 | 119.16 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 223 | 207 | 0 | 0.02 | 0.09 | 0.11 | 45.71 | 0.28 | 0.85 |
| Hex | E4 | DF | CF | 0 | 2 | 9 | B | 2E | 1C | 55 |
| Octal | 344 | 337 | 317 | 0 | 2 | 11 | 13 | 56 | 34 | 125 |
| Binary | 11100100 | 11011111 | 11001111 | 0 | 10 | 1001 | 1011 | 101110 | 11100 | 1010101 |
Color Harmonies of #E4DFCF
Complementary color
Monochromatic Colors of #E4DFCF
Black with #E4DFCF
Text Example
Text Example
White with #E4DFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DFCF; }
p { color: rgb(228,223,207); }
H1.HeaderClassName
{
color: #E4DFCF;
}
.AnyTagClassName
{
color: #E4DFCF;
}
</style>
background-color css
<style>
a { background-color: #E4DFCF; }
a { background-color: rgb(228,223,207); }
div.DivClassName
{
background-color: #E4DFCF;
}
.BgClassName
{
background-color: #E4DFCF;
}
</style>
border-color css
<style>
span { border-color: #E4DFCF; }
span { border-color: rgb(228,223,207); }
td.TdClassName
{
border-color: #E4DFCF;
}
.TagClassName
{
border-color: #E4DFCF;
}
</style>