Shades of New Orleans #E6C682
Tints of New Orleans #E6C682
RGB
CMYK
RGB Variations
Color information
#E6C682 (or 0xE6C682) is known color: New Orleans. HEX triplet: E6, C6 and 82. RGB value is (230,198,130). Sum of RGB (Red+Green+Blue) = 230+198+130=558 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.22% from 558); Green value is 198 (77.73% from 255 or 35.48% from 558); Blue value is 130 (51.17% from 255 or 23.30% from 558); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C682 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C682 is #19397D. Grayscale: #C8C8C8. Windows color (decimal): -1653118 or 8570598. OLE color: 8570598.
HSL color Cylindrical-coordinate representation of color #E6C682: hue angle of 40.8º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E6C682 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 198 | 130 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.10 |
| HSL | 40.8º | 0.67% | 0.71% | - |
| HSV(B) | 40.8º | 0.43% | 0.9% | - |
| XYZ | 56.86 | 58.82 | 29.48 | - |
| YUV | 199.82 | 88.6 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 198 | 130 | 0 | 0.14 | 0.43 | 0.10 | 40.8 | 0.67 | 0.71 |
| Hex | E6 | C6 | 82 | 0 | E | 2B | A | 29 | 43 | 47 |
| Octal | 346 | 306 | 202 | 0 | 16 | 53 | 12 | 51 | 103 | 107 |
| Binary | 11100110 | 11000110 | 10000010 | 0 | 1110 | 101011 | 1010 | 101001 | 1000011 | 1000111 |
Color Harmonies of #E6C682
Complementary color
Monochromatic Colors of #E6C682
Black with #E6C682
Text Example
Text Example
White with #E6C682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C682; }
p { color: rgb(230,198,130); }
H1.HeaderClassName
{
color: #E6C682;
}
.AnyTagClassName
{
color: #E6C682;
}
</style>
background-color css
<style>
a { background-color: #E6C682; }
a { background-color: rgb(230,198,130); }
div.DivClassName
{
background-color: #E6C682;
}
.BgClassName
{
background-color: #E6C682;
}
</style>
border-color css
<style>
span { border-color: #E6C682; }
span { border-color: rgb(230,198,130); }
td.TdClassName
{
border-color: #E6C682;
}
.TagClassName
{
border-color: #E6C682;
}
</style>