Shades of Orange White #E6E0CE
Tints of Orange White #E6E0CE
RGB
CMYK
RGB Variations
Color information
#E6E0CE (or 0xE6E0CE) is known color: Orange White. HEX triplet: E6, E0 and CE. RGB value is (230,224,206). Sum of RGB (Red+Green+Blue) = 230+224+206=660 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.85% from 660); Green value is 224 (87.89% from 255 or 33.94% from 660); Blue value is 206 (80.86% from 255 or 31.21% from 660); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E0CE is #191F31. Grayscale: #DFDFDF. Windows color (decimal): -1646386 or 13557990. OLE color: 13557990.
HSL color Cylindrical-coordinate representation of color #E6E0CE: 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 #E6E0CE is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 224 | 206 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.10 |
| HSL | 45º | 0.32% | 0.85% | - |
| HSV(B) | 45º | 0.1% | 0.9% | - |
| XYZ | 70.43 | 74.59 | 69.08 | - |
| YUV | 223.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 224 | 206 | 0 | 0.03 | 0.10 | 0.10 | 45 | 0.32 | 0.85 |
| Hex | E6 | E0 | CE | 0 | 3 | A | A | 2D | 20 | 55 |
| Octal | 346 | 340 | 316 | 0 | 3 | 12 | 12 | 55 | 40 | 125 |
| Binary | 11100110 | 11100000 | 11001110 | 0 | 11 | 1010 | 1010 | 101101 | 100000 | 1010101 |
Color Harmonies of #E6E0CE
Complementary color
Monochromatic Colors of #E6E0CE
Black with #E6E0CE
Text Example
Text Example
White with #E6E0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E0CE; }
p { color: rgb(230,224,206); }
H1.HeaderClassName
{
color: #E6E0CE;
}
.AnyTagClassName
{
color: #E6E0CE;
}
</style>
background-color css
<style>
a { background-color: #E6E0CE; }
a { background-color: rgb(230,224,206); }
div.DivClassName
{
background-color: #E6E0CE;
}
.BgClassName
{
background-color: #E6E0CE;
}
</style>
border-color css
<style>
span { border-color: #E6E0CE; }
span { border-color: rgb(230,224,206); }
td.TdClassName
{
border-color: #E6E0CE;
}
.TagClassName
{
border-color: #E6E0CE;
}
</style>