Shades of New Orleans #E5C185
Tints of New Orleans #E5C185
RGB
CMYK
RGB Variations
Color information
#E5C185 (or 0xE5C185) is known color: New Orleans. HEX triplet: E5, C1 and 85. RGB value is (229,193,133). Sum of RGB (Red+Green+Blue) = 229+193+133=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 193 (75.78% from 255 or 34.77% from 555); Blue value is 133 (52.34% from 255 or 23.96% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C185 is #1A3E7A. Grayscale: #C5C5C5. Windows color (decimal): -1719931 or 8765925. OLE color: 8765925.
HSL color Cylindrical-coordinate representation of color #E5C185: hue angle of 37.5º 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 #E5C185 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 193 | 133 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.10 |
| HSL | 37.5º | 0.65% | 0.71% | - |
| HSV(B) | 37.5º | 0.42% | 0.9% | - |
| XYZ | 55.62 | 56.49 | 30.16 | - |
| YUV | 196.92 | 91.93 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 193 | 133 | 0 | 0.16 | 0.42 | 0.10 | 37.5 | 0.65 | 0.71 |
| Hex | E5 | C1 | 85 | 0 | 10 | 2A | A | 26 | 41 | 47 |
| Octal | 345 | 301 | 205 | 0 | 20 | 52 | 12 | 46 | 101 | 107 |
| Binary | 11100101 | 11000001 | 10000101 | 0 | 10000 | 101010 | 1010 | 100110 | 1000001 | 1000111 |
Color Harmonies of #E5C185
Complementary color
Monochromatic Colors of #E5C185
Black with #E5C185
Text Example
Text Example
White with #E5C185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C185; }
p { color: rgb(229,193,133); }
H1.HeaderClassName
{
color: #E5C185;
}
.AnyTagClassName
{
color: #E5C185;
}
</style>
background-color css
<style>
a { background-color: #E5C185; }
a { background-color: rgb(229,193,133); }
div.DivClassName
{
background-color: #E5C185;
}
.BgClassName
{
background-color: #E5C185;
}
</style>
border-color css
<style>
span { border-color: #E5C185; }
span { border-color: rgb(229,193,133); }
td.TdClassName
{
border-color: #E5C185;
}
.TagClassName
{
border-color: #E5C185;
}
</style>