Shades of Orange White #E6E1CB
Tints of Orange White #E6E1CB
RGB
CMYK
RGB Variations
Color information
#E6E1CB (or 0xE6E1CB) is known color: Orange White. HEX triplet: E6, E1 and CB. RGB value is (230,225,203). Sum of RGB (Red+Green+Blue) = 230+225+203=658 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.95% from 658); Green value is 225 (88.28% from 255 or 34.19% from 658); Blue value is 203 (79.69% from 255 or 30.85% from 658); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E1CB is #191E34. Grayscale: #E0E0E0. Windows color (decimal): -1646133 or 13361638. OLE color: 13361638.
HSL color Cylindrical-coordinate representation of color #E6E1CB: hue angle of 48.89º 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 #E6E1CB is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 225 | 203 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.10 |
| HSL | 48.89º | 0.35% | 0.85% | - |
| HSV(B) | 48.89º | 0.12% | 0.9% | - |
| XYZ | 70.34 | 74.99 | 67.27 | - |
| YUV | 223.99 | 116.16 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 225 | 203 | 0 | 0.02 | 0.12 | 0.10 | 48.89 | 0.35 | 0.85 |
| Hex | E6 | E1 | CB | 0 | 2 | C | A | 31 | 23 | 55 |
| Octal | 346 | 341 | 313 | 0 | 2 | 14 | 12 | 61 | 43 | 125 |
| Binary | 11100110 | 11100001 | 11001011 | 0 | 10 | 1100 | 1010 | 110001 | 100011 | 1010101 |
Color Harmonies of #E6E1CB
Complementary color
Monochromatic Colors of #E6E1CB
Black with #E6E1CB
Text Example
Text Example
White with #E6E1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E1CB; }
p { color: rgb(230,225,203); }
H1.HeaderClassName
{
color: #E6E1CB;
}
.AnyTagClassName
{
color: #E6E1CB;
}
</style>
background-color css
<style>
a { background-color: #E6E1CB; }
a { background-color: rgb(230,225,203); }
div.DivClassName
{
background-color: #E6E1CB;
}
.BgClassName
{
background-color: #E6E1CB;
}
</style>
border-color css
<style>
span { border-color: #E6E1CB; }
span { border-color: rgb(230,225,203); }
td.TdClassName
{
border-color: #E6E1CB;
}
.TagClassName
{
border-color: #E6E1CB;
}
</style>