Shades of New Orleans #E2C28D
Tints of New Orleans #E2C28D
RGB
CMYK
RGB Variations
Color information
#E2C28D (or 0xE2C28D) is known color: New Orleans. HEX triplet: E2, C2 and 8D. RGB value is (226,194,141). Sum of RGB (Red+Green+Blue) = 226+194+141=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 141 (55.47% from 255 or 25.13% from 561); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C28D is #1D3D72. Grayscale: #C5C5C5. Windows color (decimal): -1916275 or 9290466. OLE color: 9290466.
HSL color Cylindrical-coordinate representation of color #E2C28D: hue angle of 37.41º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2C28D is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 194 | 141 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.11 |
| HSL | 37.41º | 0.59% | 0.72% | - |
| HSV(B) | 37.41º | 0.38% | 0.89% | - |
| XYZ | 55.46 | 56.68 | 33.22 | - |
| YUV | 197.53 | 96.1 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 194 | 141 | 0 | 0.14 | 0.38 | 0.11 | 37.41 | 0.59 | 0.72 |
| Hex | E2 | C2 | 8D | 0 | E | 26 | B | 25 | 3B | 48 |
| Octal | 342 | 302 | 215 | 0 | 16 | 46 | 13 | 45 | 73 | 110 |
| Binary | 11100010 | 11000010 | 10001101 | 0 | 1110 | 100110 | 1011 | 100101 | 111011 | 1001000 |
Color Harmonies of #E2C28D
Complementary color
Monochromatic Colors of #E2C28D
Black with #E2C28D
Text Example
Text Example
White with #E2C28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C28D; }
p { color: rgb(226,194,141); }
H1.HeaderClassName
{
color: #E2C28D;
}
.AnyTagClassName
{
color: #E2C28D;
}
</style>
background-color css
<style>
a { background-color: #E2C28D; }
a { background-color: rgb(226,194,141); }
div.DivClassName
{
background-color: #E2C28D;
}
.BgClassName
{
background-color: #E2C28D;
}
</style>
border-color css
<style>
span { border-color: #E2C28D; }
span { border-color: rgb(226,194,141); }
td.TdClassName
{
border-color: #E2C28D;
}
.TagClassName
{
border-color: #E2C28D;
}
</style>