Shades of New Orleans #E2C492
Tints of New Orleans #E2C492
RGB
CMYK
RGB Variations
Color information
#E2C492 (or 0xE2C492) is known color: New Orleans. HEX triplet: E2, C4 and 92. RGB value is (226,196,146). Sum of RGB (Red+Green+Blue) = 226+196+146=568 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.79% from 568); Green value is 196 (76.95% from 255 or 34.51% from 568); Blue value is 146 (57.42% from 255 or 25.70% from 568); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C492 is #1D3B6D. Grayscale: #C7C7C7. Windows color (decimal): -1915758 or 9618658. OLE color: 9618658.
HSL color Cylindrical-coordinate representation of color #E2C492: hue angle of 37.5º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E2C492 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 196 | 146 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.11 |
| HSL | 37.5º | 0.58% | 0.73% | - |
| HSV(B) | 37.5º | 0.35% | 0.89% | - |
| XYZ | 56.29 | 57.72 | 35.37 | - |
| YUV | 199.27 | 97.94 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 196 | 146 | 0 | 0.13 | 0.35 | 0.11 | 37.5 | 0.58 | 0.73 |
| Hex | E2 | C4 | 92 | 0 | D | 23 | B | 26 | 3A | 49 |
| Octal | 342 | 304 | 222 | 0 | 15 | 43 | 13 | 46 | 72 | 111 |
| Binary | 11100010 | 11000100 | 10010010 | 0 | 1101 | 100011 | 1011 | 100110 | 111010 | 1001001 |
Color Harmonies of #E2C492
Complementary color
Monochromatic Colors of #E2C492
Black with #E2C492
Text Example
Text Example
White with #E2C492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C492; }
p { color: rgb(226,196,146); }
H1.HeaderClassName
{
color: #E2C492;
}
.AnyTagClassName
{
color: #E2C492;
}
</style>
background-color css
<style>
a { background-color: #E2C492; }
a { background-color: rgb(226,196,146); }
div.DivClassName
{
background-color: #E2C492;
}
.BgClassName
{
background-color: #E2C492;
}
</style>
border-color css
<style>
span { border-color: #E2C492; }
span { border-color: rgb(226,196,146); }
td.TdClassName
{
border-color: #E2C492;
}
.TagClassName
{
border-color: #E2C492;
}
</style>