Shades of New Orleans #E8C482
Tints of New Orleans #E8C482
RGB
CMYK
RGB Variations
Color information
#E8C482 (or 0xE8C482) is known color: New Orleans. HEX triplet: E8, C4 and 82. RGB value is (232,196,130). Sum of RGB (Red+Green+Blue) = 232+196+130=558 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.58% from 558); Green value is 196 (76.95% from 255 or 35.13% from 558); Blue value is 130 (51.17% from 255 or 23.30% from 558); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8C482 is #173B7D. Grayscale: #C7C7C7. Windows color (decimal): -1522558 or 8570088. OLE color: 8570088.
HSL color Cylindrical-coordinate representation of color #E8C482: hue angle of 38.82º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E8C482 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 196 | 130 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.09 |
| HSL | 38.82º | 0.69% | 0.71% | - |
| HSV(B) | 38.82º | 0.44% | 0.91% | - |
| XYZ | 57.05 | 58.25 | 29.36 | - |
| YUV | 199.24 | 88.93 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 196 | 130 | 0 | 0.16 | 0.44 | 0.09 | 38.82 | 0.69 | 0.71 |
| Hex | E8 | C4 | 82 | 0 | 10 | 2C | 9 | 27 | 45 | 47 |
| Octal | 350 | 304 | 202 | 0 | 20 | 54 | 11 | 47 | 105 | 107 |
| Binary | 11101000 | 11000100 | 10000010 | 0 | 10000 | 101100 | 1001 | 100111 | 1000101 | 1000111 |
Color Harmonies of #E8C482
Complementary color
Monochromatic Colors of #E8C482
Black with #E8C482
Text Example
Text Example
White with #E8C482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C482; }
p { color: rgb(232,196,130); }
H1.HeaderClassName
{
color: #E8C482;
}
.AnyTagClassName
{
color: #E8C482;
}
</style>
background-color css
<style>
a { background-color: #E8C482; }
a { background-color: rgb(232,196,130); }
div.DivClassName
{
background-color: #E8C482;
}
.BgClassName
{
background-color: #E8C482;
}
</style>
border-color css
<style>
span { border-color: #E8C482; }
span { border-color: rgb(232,196,130); }
td.TdClassName
{
border-color: #E8C482;
}
.TagClassName
{
border-color: #E8C482;
}
</style>