Shades of New Orleans #E6C282
Tints of New Orleans #E6C282
RGB
CMYK
RGB Variations
Color information
#E6C282 (or 0xE6C282) is known color: New Orleans. HEX triplet: E6, C2 and 82. RGB value is (230,194,130). Sum of RGB (Red+Green+Blue) = 230+194+130=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 130 (51.17% from 255 or 23.47% from 554); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C282 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C282 is #193D7D. Grayscale: #C5C5C5. Windows color (decimal): -1654142 or 8569574. OLE color: 8569574.
HSL color Cylindrical-coordinate representation of color #E6C282: hue angle of 38.4º 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 #E6C282 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 194 | 130 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.10 |
| HSL | 38.4º | 0.67% | 0.71% | - |
| HSV(B) | 38.4º | 0.43% | 0.9% | - |
| XYZ | 55.95 | 57.02 | 29.18 | - |
| YUV | 197.47 | 89.93 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 194 | 130 | 0 | 0.16 | 0.43 | 0.10 | 38.4 | 0.67 | 0.71 |
| Hex | E6 | C2 | 82 | 0 | 10 | 2B | A | 26 | 43 | 47 |
| Octal | 346 | 302 | 202 | 0 | 20 | 53 | 12 | 46 | 103 | 107 |
| Binary | 11100110 | 11000010 | 10000010 | 0 | 10000 | 101011 | 1010 | 100110 | 1000011 | 1000111 |
Color Harmonies of #E6C282
Complementary color
Monochromatic Colors of #E6C282
Black with #E6C282
Text Example
Text Example
White with #E6C282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C282; }
p { color: rgb(230,194,130); }
H1.HeaderClassName
{
color: #E6C282;
}
.AnyTagClassName
{
color: #E6C282;
}
</style>
background-color css
<style>
a { background-color: #E6C282; }
a { background-color: rgb(230,194,130); }
div.DivClassName
{
background-color: #E6C282;
}
.BgClassName
{
background-color: #E6C282;
}
</style>
border-color css
<style>
span { border-color: #E6C282; }
span { border-color: rgb(230,194,130); }
td.TdClassName
{
border-color: #E6C282;
}
.TagClassName
{
border-color: #E6C282;
}
</style>