Shades of Orange White #E6DFCD
Tints of Orange White #E6DFCD
RGB
CMYK
RGB Variations
Color information
#E6DFCD (or 0xE6DFCD) is known color: Orange White. HEX triplet: E6, DF and CD. RGB value is (230,223,205). Sum of RGB (Red+Green+Blue) = 230+223+205=658 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.95% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 205 (80.47% from 255 or 31.16% from 658); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DFCD is #192032. Grayscale: #DFDFDF. Windows color (decimal): -1646643 or 13492198. OLE color: 13492198.
HSL color Cylindrical-coordinate representation of color #E6DFCD: hue angle of 43.2º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E6DFCD is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 223 | 205 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.10 |
| HSL | 43.2º | 0.33% | 0.85% | - |
| HSV(B) | 43.2º | 0.11% | 0.9% | - |
| XYZ | 70.04 | 74.01 | 68.35 | - |
| YUV | 223.04 | 117.82 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 223 | 205 | 0 | 0.03 | 0.11 | 0.10 | 43.2 | 0.33 | 0.85 |
| Hex | E6 | DF | CD | 0 | 3 | B | A | 2B | 21 | 55 |
| Octal | 346 | 337 | 315 | 0 | 3 | 13 | 12 | 53 | 41 | 125 |
| Binary | 11100110 | 11011111 | 11001101 | 0 | 11 | 1011 | 1010 | 101011 | 100001 | 1010101 |
Color Harmonies of #E6DFCD
Complementary color
Monochromatic Colors of #E6DFCD
Black with #E6DFCD
Text Example
Text Example
White with #E6DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DFCD; }
p { color: rgb(230,223,205); }
H1.HeaderClassName
{
color: #E6DFCD;
}
.AnyTagClassName
{
color: #E6DFCD;
}
</style>
background-color css
<style>
a { background-color: #E6DFCD; }
a { background-color: rgb(230,223,205); }
div.DivClassName
{
background-color: #E6DFCD;
}
.BgClassName
{
background-color: #E6DFCD;
}
</style>
border-color css
<style>
span { border-color: #E6DFCD; }
span { border-color: rgb(230,223,205); }
td.TdClassName
{
border-color: #E6DFCD;
}
.TagClassName
{
border-color: #E6DFCD;
}
</style>