Shades of New Orleans #E6C885
Tints of New Orleans #E6C885
RGB
CMYK
RGB Variations
Color information
#E6C885 (or 0xE6C885) is known color: New Orleans. HEX triplet: E6, C8 and 85. RGB value is (230,200,133). Sum of RGB (Red+Green+Blue) = 230+200+133=563 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.85% from 563); Green value is 200 (78.52% from 255 or 35.52% from 563); Blue value is 133 (52.34% from 255 or 23.62% from 563); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C885 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C885 is #19377A. Grayscale: #C9C9C9. Windows color (decimal): -1652603 or 8767718. OLE color: 8767718.
HSL color Cylindrical-coordinate representation of color #E6C885: hue angle of 41.44º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E6C885 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 200 | 133 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.10 |
| HSL | 41.44º | 0.66% | 0.71% | - |
| HSV(B) | 41.44º | 0.42% | 0.9% | - |
| XYZ | 57.52 | 59.83 | 30.71 | - |
| YUV | 201.33 | 89.44 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 200 | 133 | 0 | 0.13 | 0.42 | 0.10 | 41.44 | 0.66 | 0.71 |
| Hex | E6 | C8 | 85 | 0 | D | 2A | A | 29 | 42 | 47 |
| Octal | 346 | 310 | 205 | 0 | 15 | 52 | 12 | 51 | 102 | 107 |
| Binary | 11100110 | 11001000 | 10000101 | 0 | 1101 | 101010 | 1010 | 101001 | 1000010 | 1000111 |
Color Harmonies of #E6C885
Complementary color
Monochromatic Colors of #E6C885
Black with #E6C885
Text Example
Text Example
White with #E6C885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C885; }
p { color: rgb(230,200,133); }
H1.HeaderClassName
{
color: #E6C885;
}
.AnyTagClassName
{
color: #E6C885;
}
</style>
background-color css
<style>
a { background-color: #E6C885; }
a { background-color: rgb(230,200,133); }
div.DivClassName
{
background-color: #E6C885;
}
.BgClassName
{
background-color: #E6C885;
}
</style>
border-color css
<style>
span { border-color: #E6C885; }
span { border-color: rgb(230,200,133); }
td.TdClassName
{
border-color: #E6C885;
}
.TagClassName
{
border-color: #E6C885;
}
</style>