Shades of New Orleans #E7C180
Tints of New Orleans #E7C180
RGB
CMYK
RGB Variations
Color information
#E7C180 (or 0xE7C180) is known color: New Orleans. HEX triplet: E7, C1 and 80. RGB value is (231,193,128). Sum of RGB (Red+Green+Blue) = 231+193+128=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 128 (50.39% from 255 or 23.19% from 552); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C180 is #183E7F. Grayscale: #C5C5C5. Windows color (decimal): -1588864 or 8438247. OLE color: 8438247.
HSL color Cylindrical-coordinate representation of color #E7C180: hue angle of 37.86º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E7C180 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 193 | 128 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.09 |
| HSL | 37.86º | 0.68% | 0.7% | - |
| HSV(B) | 37.86º | 0.45% | 0.91% | - |
| XYZ | 55.92 | 56.69 | 28.42 | - |
| YUV | 196.95 | 89.09 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 193 | 128 | 0 | 0.16 | 0.45 | 0.09 | 37.86 | 0.68 | 0.7 |
| Hex | E7 | C1 | 80 | 0 | 10 | 2D | 9 | 26 | 44 | 46 |
| Octal | 347 | 301 | 200 | 0 | 20 | 55 | 11 | 46 | 104 | 106 |
| Binary | 11100111 | 11000001 | 10000000 | 0 | 10000 | 101101 | 1001 | 100110 | 1000100 | 1000110 |
Color Harmonies of #E7C180
Complementary color
Monochromatic Colors of #E7C180
Black with #E7C180
Text Example
Text Example
White with #E7C180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C180; }
p { color: rgb(231,193,128); }
H1.HeaderClassName
{
color: #E7C180;
}
.AnyTagClassName
{
color: #E7C180;
}
</style>
background-color css
<style>
a { background-color: #E7C180; }
a { background-color: rgb(231,193,128); }
div.DivClassName
{
background-color: #E7C180;
}
.BgClassName
{
background-color: #E7C180;
}
</style>
border-color css
<style>
span { border-color: #E7C180; }
span { border-color: rgb(231,193,128); }
td.TdClassName
{
border-color: #E7C180;
}
.TagClassName
{
border-color: #E7C180;
}
</style>