Shades of New Orleans #E2C685
Tints of New Orleans #E2C685
RGB
CMYK
RGB Variations
Color information
#E2C685 (or 0xE2C685) is known color: New Orleans. HEX triplet: E2, C6 and 85. RGB value is (226,198,133). Sum of RGB (Red+Green+Blue) = 226+198+133=557 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.57% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 133 (52.34% from 255 or 23.88% from 557); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C685 is #1D397A. Grayscale: #C7C7C7. Windows color (decimal): -1915259 or 8767202. OLE color: 8767202.
HSL color Cylindrical-coordinate representation of color #E2C685: hue angle of 41.94º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E2C685 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 198 | 133 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.11 |
| HSL | 41.94º | 0.62% | 0.7% | - |
| HSV(B) | 41.94º | 0.41% | 0.89% | - |
| XYZ | 55.79 | 58.25 | 30.49 | - |
| YUV | 198.96 | 90.78 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 198 | 133 | 0 | 0.12 | 0.41 | 0.11 | 41.94 | 0.62 | 0.7 |
| Hex | E2 | C6 | 85 | 0 | C | 29 | B | 2A | 3E | 46 |
| Octal | 342 | 306 | 205 | 0 | 14 | 51 | 13 | 52 | 76 | 106 |
| Binary | 11100010 | 11000110 | 10000101 | 0 | 1100 | 101001 | 1011 | 101010 | 111110 | 1000110 |
Color Harmonies of #E2C685
Complementary color
Monochromatic Colors of #E2C685
Black with #E2C685
Text Example
Text Example
White with #E2C685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C685; }
p { color: rgb(226,198,133); }
H1.HeaderClassName
{
color: #E2C685;
}
.AnyTagClassName
{
color: #E2C685;
}
</style>
background-color css
<style>
a { background-color: #E2C685; }
a { background-color: rgb(226,198,133); }
div.DivClassName
{
background-color: #E2C685;
}
.BgClassName
{
background-color: #E2C685;
}
</style>
border-color css
<style>
span { border-color: #E2C685; }
span { border-color: rgb(226,198,133); }
td.TdClassName
{
border-color: #E2C685;
}
.TagClassName
{
border-color: #E2C685;
}
</style>