Shades of Orange White #E6E0CD
Tints of Orange White #E6E0CD
RGB
CMYK
RGB Variations
Color information
#E6E0CD (or 0xE6E0CD) is known color: Orange White. HEX triplet: E6, E0 and CD. RGB value is (230,224,205). Sum of RGB (Red+Green+Blue) = 230+224+205=659 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.90% from 659); Green value is 224 (87.89% from 255 or 33.99% from 659); Blue value is 205 (80.47% from 255 or 31.11% from 659); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E0CD is #191F32. Grayscale: #DFDFDF. Windows color (decimal): -1646387 or 13492454. OLE color: 13492454.
HSL color Cylindrical-coordinate representation of color #E6E0CD: hue angle of 45.6º 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 #E6E0CD is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 224 | 205 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.10 |
| HSL | 45.6º | 0.33% | 0.85% | - |
| HSV(B) | 45.6º | 0.11% | 0.9% | - |
| XYZ | 70.31 | 74.54 | 68.44 | - |
| YUV | 223.63 | 117.49 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 224 | 205 | 0 | 0.03 | 0.11 | 0.10 | 45.6 | 0.33 | 0.85 |
| Hex | E6 | E0 | CD | 0 | 3 | B | A | 2E | 21 | 55 |
| Octal | 346 | 340 | 315 | 0 | 3 | 13 | 12 | 56 | 41 | 125 |
| Binary | 11100110 | 11100000 | 11001101 | 0 | 11 | 1011 | 1010 | 101110 | 100001 | 1010101 |
Color Harmonies of #E6E0CD
Complementary color
Monochromatic Colors of #E6E0CD
Black with #E6E0CD
Text Example
Text Example
White with #E6E0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E0CD; }
p { color: rgb(230,224,205); }
H1.HeaderClassName
{
color: #E6E0CD;
}
.AnyTagClassName
{
color: #E6E0CD;
}
</style>
background-color css
<style>
a { background-color: #E6E0CD; }
a { background-color: rgb(230,224,205); }
div.DivClassName
{
background-color: #E6E0CD;
}
.BgClassName
{
background-color: #E6E0CD;
}
</style>
border-color css
<style>
span { border-color: #E6E0CD; }
span { border-color: rgb(230,224,205); }
td.TdClassName
{
border-color: #E6E0CD;
}
.TagClassName
{
border-color: #E6E0CD;
}
</style>