Shades of New Orleans #E5C588
Tints of New Orleans #E5C588
RGB
CMYK
RGB Variations
Color information
#E5C588 (or 0xE5C588) is known color: New Orleans. HEX triplet: E5, C5 and 88. RGB value is (229,197,136). Sum of RGB (Red+Green+Blue) = 229+197+136=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 197 (77.34% from 255 or 35.05% from 562); Blue value is 136 (53.52% from 255 or 24.20% from 562); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C588 is #1A3A77. Grayscale: #C7C7C7. Windows color (decimal): -1718904 or 8963557. OLE color: 8963557.
HSL color Cylindrical-coordinate representation of color #E5C588: hue angle of 39.35º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E5C588 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 197 | 136 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.10 |
| HSL | 39.35º | 0.64% | 0.72% | - |
| HSV(B) | 39.35º | 0.41% | 0.9% | - |
| XYZ | 56.72 | 58.37 | 31.57 | - |
| YUV | 199.61 | 92.1 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 197 | 136 | 0 | 0.14 | 0.41 | 0.10 | 39.35 | 0.64 | 0.72 |
| Hex | E5 | C5 | 88 | 0 | E | 29 | A | 27 | 40 | 48 |
| Octal | 345 | 305 | 210 | 0 | 16 | 51 | 12 | 47 | 100 | 110 |
| Binary | 11100101 | 11000101 | 10001000 | 0 | 1110 | 101001 | 1010 | 100111 | 1000000 | 1001000 |
Color Harmonies of #E5C588
Complementary color
Monochromatic Colors of #E5C588
Black with #E5C588
Text Example
Text Example
White with #E5C588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C588; }
p { color: rgb(229,197,136); }
H1.HeaderClassName
{
color: #E5C588;
}
.AnyTagClassName
{
color: #E5C588;
}
</style>
background-color css
<style>
a { background-color: #E5C588; }
a { background-color: rgb(229,197,136); }
div.DivClassName
{
background-color: #E5C588;
}
.BgClassName
{
background-color: #E5C588;
}
</style>
border-color css
<style>
span { border-color: #E5C588; }
span { border-color: rgb(229,197,136); }
td.TdClassName
{
border-color: #E5C588;
}
.TagClassName
{
border-color: #E5C588;
}
</style>