Shades of New Orleans #E6C486
Tints of New Orleans #E6C486
RGB
CMYK
RGB Variations
Color information
#E6C486 (or 0xE6C486) is known color: New Orleans. HEX triplet: E6, C4 and 86. RGB value is (230,196,134). Sum of RGB (Red+Green+Blue) = 230+196+134=560 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.07% from 560); Green value is 196 (76.95% from 255 or 35% from 560); Blue value is 134 (52.73% from 255 or 23.93% from 560); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C486 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C486 is #193B79. Grayscale: #C7C7C7. Windows color (decimal): -1653626 or 8832230. OLE color: 8832230.
HSL color Cylindrical-coordinate representation of color #E6C486: hue angle of 38.75º 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 #E6C486 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 196 | 134 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.10 |
| HSL | 38.75º | 0.66% | 0.71% | - |
| HSV(B) | 38.75º | 0.42% | 0.9% | - |
| XYZ | 56.68 | 58.02 | 30.77 | - |
| YUV | 199.1 | 91.26 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 196 | 134 | 0 | 0.15 | 0.42 | 0.10 | 38.75 | 0.66 | 0.71 |
| Hex | E6 | C4 | 86 | 0 | F | 2A | A | 27 | 42 | 47 |
| Octal | 346 | 304 | 206 | 0 | 17 | 52 | 12 | 47 | 102 | 107 |
| Binary | 11100110 | 11000100 | 10000110 | 0 | 1111 | 101010 | 1010 | 100111 | 1000010 | 1000111 |
Color Harmonies of #E6C486
Complementary color
Monochromatic Colors of #E6C486
Black with #E6C486
Text Example
Text Example
White with #E6C486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C486; }
p { color: rgb(230,196,134); }
H1.HeaderClassName
{
color: #E6C486;
}
.AnyTagClassName
{
color: #E6C486;
}
</style>
background-color css
<style>
a { background-color: #E6C486; }
a { background-color: rgb(230,196,134); }
div.DivClassName
{
background-color: #E6C486;
}
.BgClassName
{
background-color: #E6C486;
}
</style>
border-color css
<style>
span { border-color: #E6C486; }
span { border-color: rgb(230,196,134); }
td.TdClassName
{
border-color: #E6C486;
}
.TagClassName
{
border-color: #E6C486;
}
</style>