Shades of New Orleans #E7C084
Tints of New Orleans #E7C084
RGB
CMYK
RGB Variations
Color information
#E7C084 (or 0xE7C084) is known color: New Orleans. HEX triplet: E7, C0 and 84. RGB value is (231,192,132). Sum of RGB (Red+Green+Blue) = 231+192+132=555 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.62% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 132 (51.95% from 255 or 23.78% from 555); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C084 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C084 is #183F7B. Grayscale: #C5C5C5. Windows color (decimal): -1589116 or 8700135. OLE color: 8700135.
HSL color Cylindrical-coordinate representation of color #E7C084: hue angle of 36.36º degrees, saturation: 0.67, 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 #E7C084 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 192 | 132 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.09 |
| HSL | 36.36º | 0.67% | 0.71% | - |
| HSV(B) | 36.36º | 0.43% | 0.91% | - |
| XYZ | 55.97 | 56.35 | 29.76 | - |
| YUV | 196.82 | 91.42 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 192 | 132 | 0 | 0.17 | 0.43 | 0.09 | 36.36 | 0.67 | 0.71 |
| Hex | E7 | C0 | 84 | 0 | 11 | 2B | 9 | 24 | 43 | 47 |
| Octal | 347 | 300 | 204 | 0 | 21 | 53 | 11 | 44 | 103 | 107 |
| Binary | 11100111 | 11000000 | 10000100 | 0 | 10001 | 101011 | 1001 | 100100 | 1000011 | 1000111 |
Color Harmonies of #E7C084
Complementary color
Monochromatic Colors of #E7C084
Black with #E7C084
Text Example
Text Example
White with #E7C084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C084; }
p { color: rgb(231,192,132); }
H1.HeaderClassName
{
color: #E7C084;
}
.AnyTagClassName
{
color: #E7C084;
}
</style>
background-color css
<style>
a { background-color: #E7C084; }
a { background-color: rgb(231,192,132); }
div.DivClassName
{
background-color: #E7C084;
}
.BgClassName
{
background-color: #E7C084;
}
</style>
border-color css
<style>
span { border-color: #E7C084; }
span { border-color: rgb(231,192,132); }
td.TdClassName
{
border-color: #E7C084;
}
.TagClassName
{
border-color: #E7C084;
}
</style>