Shades of New Orleans #E8C382
Tints of New Orleans #E8C382
RGB
CMYK
RGB Variations
Color information
#E8C382 (or 0xE8C382) is known color: New Orleans. HEX triplet: E8, C3 and 82. RGB value is (232,195,130). Sum of RGB (Red+Green+Blue) = 232+195+130=557 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.65% from 557); Green value is 195 (76.56% from 255 or 35.01% from 557); Blue value is 130 (51.17% from 255 or 23.34% from 557); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8C382 is #173C7D. Grayscale: #C6C6C6. Windows color (decimal): -1522814 or 8569832. OLE color: 8569832.
HSL color Cylindrical-coordinate representation of color #E8C382: hue angle of 38.24º 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 #E8C382 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 195 | 130 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.09 |
| HSL | 38.24º | 0.69% | 0.71% | - |
| HSV(B) | 38.24º | 0.44% | 0.91% | - |
| XYZ | 56.82 | 57.8 | 29.28 | - |
| YUV | 198.65 | 89.26 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 195 | 130 | 0 | 0.16 | 0.44 | 0.09 | 38.24 | 0.69 | 0.71 |
| Hex | E8 | C3 | 82 | 0 | 10 | 2C | 9 | 26 | 45 | 47 |
| Octal | 350 | 303 | 202 | 0 | 20 | 54 | 11 | 46 | 105 | 107 |
| Binary | 11101000 | 11000011 | 10000010 | 0 | 10000 | 101100 | 1001 | 100110 | 1000101 | 1000111 |
Color Harmonies of #E8C382
Complementary color
Monochromatic Colors of #E8C382
Black with #E8C382
Text Example
Text Example
White with #E8C382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C382; }
p { color: rgb(232,195,130); }
H1.HeaderClassName
{
color: #E8C382;
}
.AnyTagClassName
{
color: #E8C382;
}
</style>
background-color css
<style>
a { background-color: #E8C382; }
a { background-color: rgb(232,195,130); }
div.DivClassName
{
background-color: #E8C382;
}
.BgClassName
{
background-color: #E8C382;
}
</style>
border-color css
<style>
span { border-color: #E8C382; }
span { border-color: rgb(232,195,130); }
td.TdClassName
{
border-color: #E8C382;
}
.TagClassName
{
border-color: #E8C382;
}
</style>