Shades of New Orleans #E5C685
Tints of New Orleans #E5C685
RGB
CMYK
RGB Variations
Color information
#E5C685 (or 0xE5C685) is known color: New Orleans. HEX triplet: E5, C6 and 85. RGB value is (229,198,133). Sum of RGB (Red+Green+Blue) = 229+198+133=560 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.89% from 560); Green value is 198 (77.73% from 255 or 35.36% from 560); Blue value is 133 (52.34% from 255 or 23.75% from 560); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C685 is #1A397A. Grayscale: #C8C8C8. Windows color (decimal): -1718651 or 8767205. OLE color: 8767205.
HSL color Cylindrical-coordinate representation of color #E5C685: hue angle of 40.62º 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 #E5C685 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 198 | 133 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.10 |
| HSL | 40.63º | 0.65% | 0.71% | - |
| HSV(B) | 40.63º | 0.42% | 0.9% | - |
| XYZ | 56.74 | 58.74 | 30.54 | - |
| YUV | 199.86 | 90.27 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 198 | 133 | 0 | 0.14 | 0.42 | 0.10 | 40.63 | 0.65 | 0.71 |
| Hex | E5 | C6 | 85 | 0 | E | 2A | A | 29 | 41 | 47 |
| Octal | 345 | 306 | 205 | 0 | 16 | 52 | 12 | 51 | 101 | 107 |
| Binary | 11100101 | 11000110 | 10000101 | 0 | 1110 | 101010 | 1010 | 101001 | 1000001 | 1000111 |
Color Harmonies of #E5C685
Complementary color
Monochromatic Colors of #E5C685
Black with #E5C685
Text Example
Text Example
White with #E5C685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C685; }
p { color: rgb(229,198,133); }
H1.HeaderClassName
{
color: #E5C685;
}
.AnyTagClassName
{
color: #E5C685;
}
</style>
background-color css
<style>
a { background-color: #E5C685; }
a { background-color: rgb(229,198,133); }
div.DivClassName
{
background-color: #E5C685;
}
.BgClassName
{
background-color: #E5C685;
}
</style>
border-color css
<style>
span { border-color: #E5C685; }
span { border-color: rgb(229,198,133); }
td.TdClassName
{
border-color: #E5C685;
}
.TagClassName
{
border-color: #E5C685;
}
</style>