Shades of New Orleans #E8C484
Tints of New Orleans #E8C484
RGB
CMYK
RGB Variations
Color information
#E8C484 (or 0xE8C484) is known color: New Orleans. HEX triplet: E8, C4 and 84. RGB value is (232,196,132). Sum of RGB (Red+Green+Blue) = 232+196+132=560 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.43% from 560); Green value is 196 (76.95% from 255 or 35% from 560); Blue value is 132 (51.95% from 255 or 23.57% from 560); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C484 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8C484 is #173B7B. Grayscale: #C7C7C7. Windows color (decimal): -1522556 or 8701160. OLE color: 8701160.
HSL color Cylindrical-coordinate representation of color #E8C484: hue angle of 38.4º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E8C484 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 196 | 132 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.09 |
| HSL | 38.4º | 0.68% | 0.71% | - |
| HSV(B) | 38.4º | 0.43% | 0.91% | - |
| XYZ | 57.18 | 58.3 | 30.07 | - |
| YUV | 199.47 | 89.93 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 196 | 132 | 0 | 0.16 | 0.43 | 0.09 | 38.4 | 0.68 | 0.71 |
| Hex | E8 | C4 | 84 | 0 | 10 | 2B | 9 | 26 | 44 | 47 |
| Octal | 350 | 304 | 204 | 0 | 20 | 53 | 11 | 46 | 104 | 107 |
| Binary | 11101000 | 11000100 | 10000100 | 0 | 10000 | 101011 | 1001 | 100110 | 1000100 | 1000111 |
Color Harmonies of #E8C484
Complementary color
Monochromatic Colors of #E8C484
Black with #E8C484
Text Example
Text Example
White with #E8C484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C484; }
p { color: rgb(232,196,132); }
H1.HeaderClassName
{
color: #E8C484;
}
.AnyTagClassName
{
color: #E8C484;
}
</style>
background-color css
<style>
a { background-color: #E8C484; }
a { background-color: rgb(232,196,132); }
div.DivClassName
{
background-color: #E8C484;
}
.BgClassName
{
background-color: #E8C484;
}
</style>
border-color css
<style>
span { border-color: #E8C484; }
span { border-color: rgb(232,196,132); }
td.TdClassName
{
border-color: #E8C484;
}
.TagClassName
{
border-color: #E8C484;
}
</style>