Shades of New Orleans #E2C082
Tints of New Orleans #E2C082
RGB
CMYK
RGB Variations
Color information
#E2C082 (or 0xE2C082) is known color: New Orleans. HEX triplet: E2, C0 and 82. RGB value is (226,192,130). Sum of RGB (Red+Green+Blue) = 226+192+130=548 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.24% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 130 (51.17% from 255 or 23.72% from 548); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C082 is #1D3F7D. Grayscale: #C3C3C3. Windows color (decimal): -1916798 or 8569058. OLE color: 8569058.
HSL color Cylindrical-coordinate representation of color #E2C082: hue angle of 38.75º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E2C082 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 192 | 130 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.11 |
| HSL | 38.75º | 0.62% | 0.7% | - |
| HSV(B) | 38.75º | 0.42% | 0.89% | - |
| XYZ | 54.24 | 55.48 | 28.97 | - |
| YUV | 195.1 | 91.26 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 192 | 130 | 0 | 0.15 | 0.42 | 0.11 | 38.75 | 0.62 | 0.7 |
| Hex | E2 | C0 | 82 | 0 | F | 2A | B | 27 | 3E | 46 |
| Octal | 342 | 300 | 202 | 0 | 17 | 52 | 13 | 47 | 76 | 106 |
| Binary | 11100010 | 11000000 | 10000010 | 0 | 1111 | 101010 | 1011 | 100111 | 111110 | 1000110 |
Color Harmonies of #E2C082
Complementary color
Monochromatic Colors of #E2C082
Black with #E2C082
Text Example
Text Example
White with #E2C082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C082; }
p { color: rgb(226,192,130); }
H1.HeaderClassName
{
color: #E2C082;
}
.AnyTagClassName
{
color: #E2C082;
}
</style>
background-color css
<style>
a { background-color: #E2C082; }
a { background-color: rgb(226,192,130); }
div.DivClassName
{
background-color: #E2C082;
}
.BgClassName
{
background-color: #E2C082;
}
</style>
border-color css
<style>
span { border-color: #E2C082; }
span { border-color: rgb(226,192,130); }
td.TdClassName
{
border-color: #E2C082;
}
.TagClassName
{
border-color: #E2C082;
}
</style>