Shades of New Orleans #E0C390
Tints of New Orleans #E0C390
RGB
CMYK
RGB Variations
Color information
#E0C390 (or 0xE0C390) is known color: New Orleans. HEX triplet: E0, C3 and 90. RGB value is (224,195,144). Sum of RGB (Red+Green+Blue) = 224+195+144=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 195 (76.56% from 255 or 34.64% from 563); Blue value is 144 (56.64% from 255 or 25.58% from 563); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C390 is #1F3C6F. Grayscale: #C6C6C6. Windows color (decimal): -2047088 or 9487328. OLE color: 9487328.
HSL color Cylindrical-coordinate representation of color #E0C390: hue angle of 38.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E0C390 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 195 | 144 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.12 |
| HSL | 38.25º | 0.56% | 0.72% | - |
| HSV(B) | 38.25º | 0.36% | 0.88% | - |
| XYZ | 55.29 | 56.89 | 34.45 | - |
| YUV | 197.86 | 97.61 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 195 | 144 | 0 | 0.13 | 0.36 | 0.12 | 38.25 | 0.56 | 0.72 |
| Hex | E0 | C3 | 90 | 0 | D | 24 | C | 26 | 38 | 48 |
| Octal | 340 | 303 | 220 | 0 | 15 | 44 | 14 | 46 | 70 | 110 |
| Binary | 11100000 | 11000011 | 10010000 | 0 | 1101 | 100100 | 1100 | 100110 | 111000 | 1001000 |
Color Harmonies of #E0C390
Complementary color
Monochromatic Colors of #E0C390
Black with #E0C390
Text Example
Text Example
White with #E0C390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C390; }
p { color: rgb(224,195,144); }
H1.HeaderClassName
{
color: #E0C390;
}
.AnyTagClassName
{
color: #E0C390;
}
</style>
background-color css
<style>
a { background-color: #E0C390; }
a { background-color: rgb(224,195,144); }
div.DivClassName
{
background-color: #E0C390;
}
.BgClassName
{
background-color: #E0C390;
}
</style>
border-color css
<style>
span { border-color: #E0C390; }
span { border-color: rgb(224,195,144); }
td.TdClassName
{
border-color: #E0C390;
}
.TagClassName
{
border-color: #E0C390;
}
</style>