Shades of New Orleans #E3C582
Tints of New Orleans #E3C582
RGB
CMYK
RGB Variations
Color information
#E3C582 (or 0xE3C582) is known color: New Orleans. HEX triplet: E3, C5 and 82. RGB value is (227,197,130). Sum of RGB (Red+Green+Blue) = 227+197+130=554 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.97% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 130 (51.17% from 255 or 23.47% from 554); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3C582 is #1C3A7D. Grayscale: #C6C6C6. Windows color (decimal): -1849982 or 8570339. OLE color: 8570339.
HSL color Cylindrical-coordinate representation of color #E3C582: hue angle of 41.44º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E3C582 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 197 | 130 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.11 |
| HSL | 41.44º | 0.63% | 0.7% | - |
| HSV(B) | 41.44º | 0.43% | 0.89% | - |
| XYZ | 55.67 | 57.88 | 29.36 | - |
| YUV | 198.33 | 89.44 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 197 | 130 | 0 | 0.13 | 0.43 | 0.11 | 41.44 | 0.63 | 0.7 |
| Hex | E3 | C5 | 82 | 0 | D | 2B | B | 29 | 3F | 46 |
| Octal | 343 | 305 | 202 | 0 | 15 | 53 | 13 | 51 | 77 | 106 |
| Binary | 11100011 | 11000101 | 10000010 | 0 | 1101 | 101011 | 1011 | 101001 | 111111 | 1000110 |
Color Harmonies of #E3C582
Complementary color
Monochromatic Colors of #E3C582
Black with #E3C582
Text Example
Text Example
White with #E3C582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C582; }
p { color: rgb(227,197,130); }
H1.HeaderClassName
{
color: #E3C582;
}
.AnyTagClassName
{
color: #E3C582;
}
</style>
background-color css
<style>
a { background-color: #E3C582; }
a { background-color: rgb(227,197,130); }
div.DivClassName
{
background-color: #E3C582;
}
.BgClassName
{
background-color: #E3C582;
}
</style>
border-color css
<style>
span { border-color: #E3C582; }
span { border-color: rgb(227,197,130); }
td.TdClassName
{
border-color: #E3C582;
}
.TagClassName
{
border-color: #E3C582;
}
</style>