Shades of New Orleans #E6C286
Tints of New Orleans #E6C286
RGB
CMYK
RGB Variations
Color information
#E6C286 (or 0xE6C286) is known color: New Orleans. HEX triplet: E6, C2 and 86. RGB value is (230,194,134). Sum of RGB (Red+Green+Blue) = 230+194+134=558 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.22% from 558); Green value is 194 (76.17% from 255 or 34.77% from 558); Blue value is 134 (52.73% from 255 or 24.01% from 558); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C286 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C286 is #193D79. Grayscale: #C6C6C6. Windows color (decimal): -1654138 or 8831718. OLE color: 8831718.
HSL color Cylindrical-coordinate representation of color #E6C286: hue angle of 37.5º 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 #E6C286 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 194 | 134 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.10 |
| HSL | 37.5º | 0.66% | 0.71% | - |
| HSV(B) | 37.5º | 0.42% | 0.9% | - |
| XYZ | 56.23 | 57.13 | 30.62 | - |
| YUV | 197.92 | 91.93 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 194 | 134 | 0 | 0.16 | 0.42 | 0.10 | 37.5 | 0.66 | 0.71 |
| Hex | E6 | C2 | 86 | 0 | 10 | 2A | A | 26 | 42 | 47 |
| Octal | 346 | 302 | 206 | 0 | 20 | 52 | 12 | 46 | 102 | 107 |
| Binary | 11100110 | 11000010 | 10000110 | 0 | 10000 | 101010 | 1010 | 100110 | 1000010 | 1000111 |
Color Harmonies of #E6C286
Complementary color
Monochromatic Colors of #E6C286
Black with #E6C286
Text Example
Text Example
White with #E6C286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C286; }
p { color: rgb(230,194,134); }
H1.HeaderClassName
{
color: #E6C286;
}
.AnyTagClassName
{
color: #E6C286;
}
</style>
background-color css
<style>
a { background-color: #E6C286; }
a { background-color: rgb(230,194,134); }
div.DivClassName
{
background-color: #E6C286;
}
.BgClassName
{
background-color: #E6C286;
}
</style>
border-color css
<style>
span { border-color: #E6C286; }
span { border-color: rgb(230,194,134); }
td.TdClassName
{
border-color: #E6C286;
}
.TagClassName
{
border-color: #E6C286;
}
</style>