Shades of New Orleans #E0C592
Tints of New Orleans #E0C592
RGB
CMYK
RGB Variations
Color information
#E0C592 (or 0xE0C592) is known color: New Orleans. HEX triplet: E0, C5 and 92. RGB value is (224,197,146). Sum of RGB (Red+Green+Blue) = 224+197+146=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 197 (77.34% from 255 or 34.74% from 567); Blue value is 146 (57.42% from 255 or 25.75% from 567); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C592 is #1F3A6D. Grayscale: #C7C7C7. Windows color (decimal): -2046574 or 9618912. OLE color: 9618912.
HSL color Cylindrical-coordinate representation of color #E0C592: hue angle of 39.23º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E0C592 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 197 | 146 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.12 |
| HSL | 39.23º | 0.56% | 0.73% | - |
| HSV(B) | 39.23º | 0.35% | 0.88% | - |
| XYZ | 55.9 | 57.86 | 35.42 | - |
| YUV | 199.26 | 97.95 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 197 | 146 | 0 | 0.12 | 0.35 | 0.12 | 39.23 | 0.56 | 0.73 |
| Hex | E0 | C5 | 92 | 0 | C | 23 | C | 27 | 38 | 49 |
| Octal | 340 | 305 | 222 | 0 | 14 | 43 | 14 | 47 | 70 | 111 |
| Binary | 11100000 | 11000101 | 10010010 | 0 | 1100 | 100011 | 1100 | 100111 | 111000 | 1001001 |
Color Harmonies of #E0C592
Complementary color
Monochromatic Colors of #E0C592
Black with #E0C592
Text Example
Text Example
White with #E0C592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C592; }
p { color: rgb(224,197,146); }
H1.HeaderClassName
{
color: #E0C592;
}
.AnyTagClassName
{
color: #E0C592;
}
</style>
background-color css
<style>
a { background-color: #E0C592; }
a { background-color: rgb(224,197,146); }
div.DivClassName
{
background-color: #E0C592;
}
.BgClassName
{
background-color: #E0C592;
}
</style>
border-color css
<style>
span { border-color: #E0C592; }
span { border-color: rgb(224,197,146); }
td.TdClassName
{
border-color: #E0C592;
}
.TagClassName
{
border-color: #E0C592;
}
</style>