Shades of New Orleans #E0C188
Tints of New Orleans #E0C188
RGB
CMYK
RGB Variations
Color information
#E0C188 (or 0xE0C188) is known color: New Orleans. HEX triplet: E0, C1 and 88. RGB value is (224,193,136). Sum of RGB (Red+Green+Blue) = 224+193+136=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 136 (53.52% from 255 or 24.59% from 553); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C188 is #1F3E77. Grayscale: #C4C4C4. Windows color (decimal): -2047608 or 8962528. OLE color: 8962528.
HSL color Cylindrical-coordinate representation of color #E0C188: hue angle of 38.86º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E0C188 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 193 | 136 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.12 |
| HSL | 38.86º | 0.59% | 0.71% | - |
| HSV(B) | 38.86º | 0.39% | 0.88% | - |
| XYZ | 54.25 | 55.76 | 31.2 | - |
| YUV | 195.77 | 94.27 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 193 | 136 | 0 | 0.14 | 0.39 | 0.12 | 38.86 | 0.59 | 0.71 |
| Hex | E0 | C1 | 88 | 0 | E | 27 | C | 27 | 3B | 47 |
| Octal | 340 | 301 | 210 | 0 | 16 | 47 | 14 | 47 | 73 | 107 |
| Binary | 11100000 | 11000001 | 10001000 | 0 | 1110 | 100111 | 1100 | 100111 | 111011 | 1000111 |
Color Harmonies of #E0C188
Complementary color
Monochromatic Colors of #E0C188
Black with #E0C188
Text Example
Text Example
White with #E0C188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C188; }
p { color: rgb(224,193,136); }
H1.HeaderClassName
{
color: #E0C188;
}
.AnyTagClassName
{
color: #E0C188;
}
</style>
background-color css
<style>
a { background-color: #E0C188; }
a { background-color: rgb(224,193,136); }
div.DivClassName
{
background-color: #E0C188;
}
.BgClassName
{
background-color: #E0C188;
}
</style>
border-color css
<style>
span { border-color: #E0C188; }
span { border-color: rgb(224,193,136); }
td.TdClassName
{
border-color: #E0C188;
}
.TagClassName
{
border-color: #E0C188;
}
</style>