Shades of Orange White #E6E1CC
Tints of Orange White #E6E1CC
RGB
CMYK
RGB Variations
Color information
#E6E1CC (or 0xE6E1CC) is known color: Orange White. HEX triplet: E6, E1 and CC. RGB value is (230,225,204). Sum of RGB (Red+Green+Blue) = 230+225+204=659 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.90% from 659); Green value is 225 (88.28% from 255 or 34.14% from 659); Blue value is 204 (80.08% from 255 or 30.96% from 659); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E1CC is #191E33. Grayscale: #E0E0E0. Windows color (decimal): -1646132 or 13427174. OLE color: 13427174.
HSL color Cylindrical-coordinate representation of color #E6E1CC: hue angle of 48.46º degrees, saturation: 0.34, 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 #E6E1CC is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 225 | 204 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.10 |
| HSL | 48.46º | 0.34% | 0.85% | - |
| HSV(B) | 48.46º | 0.11% | 0.9% | - |
| XYZ | 70.46 | 75.03 | 67.9 | - |
| YUV | 224.1 | 116.66 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 225 | 204 | 0 | 0.02 | 0.11 | 0.10 | 48.46 | 0.34 | 0.85 |
| Hex | E6 | E1 | CC | 0 | 2 | B | A | 30 | 22 | 55 |
| Octal | 346 | 341 | 314 | 0 | 2 | 13 | 12 | 60 | 42 | 125 |
| Binary | 11100110 | 11100001 | 11001100 | 0 | 10 | 1011 | 1010 | 110000 | 100010 | 1010101 |
Color Harmonies of #E6E1CC
Complementary color
Monochromatic Colors of #E6E1CC
Black with #E6E1CC
Text Example
Text Example
White with #E6E1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E1CC; }
p { color: rgb(230,225,204); }
H1.HeaderClassName
{
color: #E6E1CC;
}
.AnyTagClassName
{
color: #E6E1CC;
}
</style>
background-color css
<style>
a { background-color: #E6E1CC; }
a { background-color: rgb(230,225,204); }
div.DivClassName
{
background-color: #E6E1CC;
}
.BgClassName
{
background-color: #E6E1CC;
}
</style>
border-color css
<style>
span { border-color: #E6E1CC; }
span { border-color: rgb(230,225,204); }
td.TdClassName
{
border-color: #E6E1CC;
}
.TagClassName
{
border-color: #E6E1CC;
}
</style>