Shades of Orange White #E6E0CB
Tints of Orange White #E6E0CB
RGB
CMYK
RGB Variations
Color information
#E6E0CB (or 0xE6E0CB) is known color: Orange White. HEX triplet: E6, E0 and CB. RGB value is (230,224,203). Sum of RGB (Red+Green+Blue) = 230+224+203=657 (87% of max value = 765). Red value is 230 (90.23% from 255 or 35.01% from 657); Green value is 224 (87.89% from 255 or 34.09% from 657); Blue value is 203 (79.69% from 255 or 30.90% from 657); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E0CB is #191F34. Grayscale: #DFDFDF. Windows color (decimal): -1646389 or 13361382. OLE color: 13361382.
HSL color Cylindrical-coordinate representation of color #E6E0CB: hue angle of 46.67º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6E0CB is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 224 | 203 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.10 |
| HSL | 46.67º | 0.35% | 0.85% | - |
| HSV(B) | 46.67º | 0.12% | 0.9% | - |
| XYZ | 70.07 | 74.45 | 67.18 | - |
| YUV | 223.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 224 | 203 | 0 | 0.03 | 0.12 | 0.10 | 46.67 | 0.35 | 0.85 |
| Hex | E6 | E0 | CB | 0 | 3 | C | A | 2F | 23 | 55 |
| Octal | 346 | 340 | 313 | 0 | 3 | 14 | 12 | 57 | 43 | 125 |
| Binary | 11100110 | 11100000 | 11001011 | 0 | 11 | 1100 | 1010 | 101111 | 100011 | 1010101 |
Color Harmonies of #E6E0CB
Complementary color
Monochromatic Colors of #E6E0CB
Black with #E6E0CB
Text Example
Text Example
White with #E6E0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E0CB; }
p { color: rgb(230,224,203); }
H1.HeaderClassName
{
color: #E6E0CB;
}
.AnyTagClassName
{
color: #E6E0CB;
}
</style>
background-color css
<style>
a { background-color: #E6E0CB; }
a { background-color: rgb(230,224,203); }
div.DivClassName
{
background-color: #E6E0CB;
}
.BgClassName
{
background-color: #E6E0CB;
}
</style>
border-color css
<style>
span { border-color: #E6E0CB; }
span { border-color: rgb(230,224,203); }
td.TdClassName
{
border-color: #E6E0CB;
}
.TagClassName
{
border-color: #E6E0CB;
}
</style>