Shades of Orange White #E6E2CD
Tints of Orange White #E6E2CD
RGB
CMYK
RGB Variations
Color information
#E6E2CD (or 0xE6E2CD) is known color: Orange White. HEX triplet: E6, E2 and CD. RGB value is (230,226,205). Sum of RGB (Red+Green+Blue) = 230+226+205=661 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.80% from 661); Green value is 226 (88.67% from 255 or 34.19% from 661); Blue value is 205 (80.47% from 255 or 31.01% from 661); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E2CD is #191D32. Grayscale: #E0E0E0. Windows color (decimal): -1645875 or 13492966. OLE color: 13492966.
HSL color Cylindrical-coordinate representation of color #E6E2CD: hue angle of 50.4º 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 #E6E2CD is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 226 | 205 | - |
CMYK | 0 | 0.02 | 0.11 | 0.10 |
HSL | 50.4º | 0.33% | 0.85% | - |
HSV(B) | 50.4º | 0.11% | 0.9% | - |
XYZ | 70.85 | 75.62 | 68.62 | - |
YUV | 224.8 | 116.83 | 131.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 226 | 205 | 0 | 0.02 | 0.11 | 0.10 | 50.4 | 0.33 | 0.85 |
Hex | E6 | E2 | CD | 0 | 2 | B | A | 32 | 21 | 55 |
Octal | 346 | 342 | 315 | 0 | 2 | 13 | 12 | 62 | 41 | 125 |
Binary | 11100110 | 11100010 | 11001101 | 0 | 10 | 1011 | 1010 | 110010 | 100001 | 1010101 |
Color Harmonies of #E6E2CD
Complementary color
Monochromatic Colors of #E6E2CD
Black with #E6E2CD
Text Example
Text Example
White with #E6E2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E2CD; }
p { color: rgb(230,226,205); }
H1.HeaderClassName
{
color: #E6E2CD;
}
.AnyTagClassName
{
color: #E6E2CD;
}
</style>
background-color css
<style>
a { background-color: #E6E2CD; }
a { background-color: rgb(230,226,205); }
div.DivClassName
{
background-color: #E6E2CD;
}
.BgClassName
{
background-color: #E6E2CD;
}
</style>
border-color css
<style>
span { border-color: #E6E2CD; }
span { border-color: rgb(230,226,205); }
td.TdClassName
{
border-color: #E6E2CD;
}
.TagClassName
{
border-color: #E6E2CD;
}
</style>