Shades of New Orleans #E6C582
Tints of New Orleans #E6C582
RGB
CMYK
RGB Variations
Color information
#E6C582 (or 0xE6C582) is known color: New Orleans. HEX triplet: E6, C5 and 82. RGB value is (230,197,130). Sum of RGB (Red+Green+Blue) = 230+197+130=557 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.29% from 557); Green value is 197 (77.34% from 255 or 35.37% from 557); Blue value is 130 (51.17% from 255 or 23.34% from 557); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C582 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C582 is #193A7D. Grayscale: #C7C7C7. Windows color (decimal): -1653374 or 8570342. OLE color: 8570342.
HSL color Cylindrical-coordinate representation of color #E6C582: hue angle of 40.2º 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 #E6C582 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 197 | 130 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.10 |
| HSL | 40.2º | 0.67% | 0.71% | - |
| HSV(B) | 40.2º | 0.43% | 0.9% | - |
| XYZ | 56.63 | 58.37 | 29.4 | - |
| YUV | 199.23 | 88.93 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 197 | 130 | 0 | 0.14 | 0.43 | 0.10 | 40.2 | 0.67 | 0.71 |
| Hex | E6 | C5 | 82 | 0 | E | 2B | A | 28 | 43 | 47 |
| Octal | 346 | 305 | 202 | 0 | 16 | 53 | 12 | 50 | 103 | 107 |
| Binary | 11100110 | 11000101 | 10000010 | 0 | 1110 | 101011 | 1010 | 101000 | 1000011 | 1000111 |
Color Harmonies of #E6C582
Complementary color
Monochromatic Colors of #E6C582
Black with #E6C582
Text Example
Text Example
White with #E6C582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C582; }
p { color: rgb(230,197,130); }
H1.HeaderClassName
{
color: #E6C582;
}
.AnyTagClassName
{
color: #E6C582;
}
</style>
background-color css
<style>
a { background-color: #E6C582; }
a { background-color: rgb(230,197,130); }
div.DivClassName
{
background-color: #E6C582;
}
.BgClassName
{
background-color: #E6C582;
}
</style>
border-color css
<style>
span { border-color: #E6C582; }
span { border-color: rgb(230,197,130); }
td.TdClassName
{
border-color: #E6C582;
}
.TagClassName
{
border-color: #E6C582;
}
</style>