Shades of New Orleans #E8C084
Tints of New Orleans #E8C084
RGB
CMYK
RGB Variations
Color information
#E8C084 (or 0xE8C084) is known color: New Orleans. HEX triplet: E8, C0 and 84. RGB value is (232,192,132). Sum of RGB (Red+Green+Blue) = 232+192+132=556 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.73% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 132 (51.95% from 255 or 23.74% from 556); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C084 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8C084 is #173F7B. Grayscale: #C5C5C5. Windows color (decimal): -1523580 or 8700136. OLE color: 8700136.
HSL color Cylindrical-coordinate representation of color #E8C084: hue angle of 36º 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 #E8C084 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 192 | 132 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.09 |
| HSL | 36º | 0.68% | 0.71% | - |
| HSV(B) | 36º | 0.43% | 0.91% | - |
| XYZ | 56.29 | 56.52 | 29.77 | - |
| YUV | 197.12 | 91.25 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 192 | 132 | 0 | 0.17 | 0.43 | 0.09 | 36 | 0.68 | 0.71 |
| Hex | E8 | C0 | 84 | 0 | 11 | 2B | 9 | 24 | 44 | 47 |
| Octal | 350 | 300 | 204 | 0 | 21 | 53 | 11 | 44 | 104 | 107 |
| Binary | 11101000 | 11000000 | 10000100 | 0 | 10001 | 101011 | 1001 | 100100 | 1000100 | 1000111 |
Color Harmonies of #E8C084
Complementary color
Monochromatic Colors of #E8C084
Black with #E8C084
Text Example
Text Example
White with #E8C084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C084; }
p { color: rgb(232,192,132); }
H1.HeaderClassName
{
color: #E8C084;
}
.AnyTagClassName
{
color: #E8C084;
}
</style>
background-color css
<style>
a { background-color: #E8C084; }
a { background-color: rgb(232,192,132); }
div.DivClassName
{
background-color: #E8C084;
}
.BgClassName
{
background-color: #E8C084;
}
</style>
border-color css
<style>
span { border-color: #E8C084; }
span { border-color: rgb(232,192,132); }
td.TdClassName
{
border-color: #E8C084;
}
.TagClassName
{
border-color: #E8C084;
}
</style>