Shades of New Orleans #E0C28C
Tints of New Orleans #E0C28C
RGB
CMYK
RGB Variations
Color information
#E0C28C (or 0xE0C28C) is known color: New Orleans. HEX triplet: E0, C2 and 8C. RGB value is (224,194,140). Sum of RGB (Red+Green+Blue) = 224+194+140=558 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.14% from 558); Green value is 194 (76.17% from 255 or 34.77% from 558); Blue value is 140 (55.08% from 255 or 25.09% from 558); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C28C is #1F3D73. Grayscale: #C5C5C5. Windows color (decimal): -2047348 or 9224928. OLE color: 9224928.
HSL color Cylindrical-coordinate representation of color #E0C28C: hue angle of 38.57º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E0C28C is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 194 | 140 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.12 |
| HSL | 38.57º | 0.58% | 0.71% | - |
| HSV(B) | 38.57º | 0.38% | 0.88% | - |
| XYZ | 54.77 | 56.32 | 32.8 | - |
| YUV | 196.81 | 95.94 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 194 | 140 | 0 | 0.13 | 0.38 | 0.12 | 38.57 | 0.58 | 0.71 |
| Hex | E0 | C2 | 8C | 0 | D | 26 | C | 27 | 3A | 47 |
| Octal | 340 | 302 | 214 | 0 | 15 | 46 | 14 | 47 | 72 | 107 |
| Binary | 11100000 | 11000010 | 10001100 | 0 | 1101 | 100110 | 1100 | 100111 | 111010 | 1000111 |
Color Harmonies of #E0C28C
Complementary color
Monochromatic Colors of #E0C28C
Black with #E0C28C
Text Example
Text Example
White with #E0C28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C28C; }
p { color: rgb(224,194,140); }
H1.HeaderClassName
{
color: #E0C28C;
}
.AnyTagClassName
{
color: #E0C28C;
}
</style>
background-color css
<style>
a { background-color: #E0C28C; }
a { background-color: rgb(224,194,140); }
div.DivClassName
{
background-color: #E0C28C;
}
.BgClassName
{
background-color: #E0C28C;
}
</style>
border-color css
<style>
span { border-color: #E0C28C; }
span { border-color: rgb(224,194,140); }
td.TdClassName
{
border-color: #E0C28C;
}
.TagClassName
{
border-color: #E0C28C;
}
</style>