Shades of New Orleans #E2C785
Tints of New Orleans #E2C785
RGB
CMYK
RGB Variations
Color information
#E2C785 (or 0xE2C785) is known color: New Orleans. HEX triplet: E2, C7 and 85. RGB value is (226,199,133). Sum of RGB (Red+Green+Blue) = 226+199+133=558 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.50% from 558); Green value is 199 (78.12% from 255 or 35.66% from 558); Blue value is 133 (52.34% from 255 or 23.84% from 558); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C785 is #1D387A. Grayscale: #C7C7C7. Windows color (decimal): -1915003 or 8767458. OLE color: 8767458.
HSL color Cylindrical-coordinate representation of color #E2C785: hue angle of 42.58º 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 #E2C785 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 199 | 133 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.11 |
| HSL | 42.58º | 0.62% | 0.7% | - |
| HSV(B) | 42.58º | 0.41% | 0.89% | - |
| XYZ | 56.02 | 58.71 | 30.57 | - |
| YUV | 199.55 | 90.45 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 199 | 133 | 0 | 0.12 | 0.41 | 0.11 | 42.58 | 0.62 | 0.7 |
| Hex | E2 | C7 | 85 | 0 | C | 29 | B | 2B | 3E | 46 |
| Octal | 342 | 307 | 205 | 0 | 14 | 51 | 13 | 53 | 76 | 106 |
| Binary | 11100010 | 11000111 | 10000101 | 0 | 1100 | 101001 | 1011 | 101011 | 111110 | 1000110 |
Color Harmonies of #E2C785
Complementary color
Monochromatic Colors of #E2C785
Black with #E2C785
Text Example
Text Example
White with #E2C785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C785; }
p { color: rgb(226,199,133); }
H1.HeaderClassName
{
color: #E2C785;
}
.AnyTagClassName
{
color: #E2C785;
}
</style>
background-color css
<style>
a { background-color: #E2C785; }
a { background-color: rgb(226,199,133); }
div.DivClassName
{
background-color: #E2C785;
}
.BgClassName
{
background-color: #E2C785;
}
</style>
border-color css
<style>
span { border-color: #E2C785; }
span { border-color: rgb(226,199,133); }
td.TdClassName
{
border-color: #E2C785;
}
.TagClassName
{
border-color: #E2C785;
}
</style>