Shades of New Orleans #E5C785
Tints of New Orleans #E5C785
RGB
CMYK
RGB Variations
Color information
#E5C785 (or 0xE5C785) is known color: New Orleans. HEX triplet: E5, C7 and 85. RGB value is (229,199,133). Sum of RGB (Red+Green+Blue) = 229+199+133=561 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.82% from 561); Green value is 199 (78.12% from 255 or 35.47% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C785 is #1A387A. Grayscale: #C8C8C8. Windows color (decimal): -1718395 or 8767461. OLE color: 8767461.
HSL color Cylindrical-coordinate representation of color #E5C785: hue angle of 41.25º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E5C785 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 199 | 133 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.10 |
| HSL | 41.25º | 0.65% | 0.71% | - |
| HSV(B) | 41.25º | 0.42% | 0.9% | - |
| XYZ | 56.97 | 59.2 | 30.61 | - |
| YUV | 200.45 | 89.94 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 199 | 133 | 0 | 0.13 | 0.42 | 0.10 | 41.25 | 0.65 | 0.71 |
| Hex | E5 | C7 | 85 | 0 | D | 2A | A | 29 | 41 | 47 |
| Octal | 345 | 307 | 205 | 0 | 15 | 52 | 12 | 51 | 101 | 107 |
| Binary | 11100101 | 11000111 | 10000101 | 0 | 1101 | 101010 | 1010 | 101001 | 1000001 | 1000111 |
Color Harmonies of #E5C785
Complementary color
Monochromatic Colors of #E5C785
Black with #E5C785
Text Example
Text Example
White with #E5C785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C785; }
p { color: rgb(229,199,133); }
H1.HeaderClassName
{
color: #E5C785;
}
.AnyTagClassName
{
color: #E5C785;
}
</style>
background-color css
<style>
a { background-color: #E5C785; }
a { background-color: rgb(229,199,133); }
div.DivClassName
{
background-color: #E5C785;
}
.BgClassName
{
background-color: #E5C785;
}
</style>
border-color css
<style>
span { border-color: #E5C785; }
span { border-color: rgb(229,199,133); }
td.TdClassName
{
border-color: #E5C785;
}
.TagClassName
{
border-color: #E5C785;
}
</style>