Shades of New Orleans #EAC588
Tints of New Orleans #EAC588
RGB
CMYK
RGB Variations
Color information
#EAC588 (or 0xEAC588) is known color: New Orleans. HEX triplet: EA, C5 and 88. RGB value is (234,197,136). Sum of RGB (Red+Green+Blue) = 234+197+136=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 197 (77.34% from 255 or 34.74% from 567); Blue value is 136 (53.52% from 255 or 23.99% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC588 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC588 is #153A77. Grayscale: #C9C9C9. Windows color (decimal): -1391224 or 8963562. OLE color: 8963562.
HSL color Cylindrical-coordinate representation of color #EAC588: hue angle of 37.35º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EAC588 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 197 | 136 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.08 |
| HSL | 37.35º | 0.7% | 0.73% | - |
| HSV(B) | 37.35º | 0.42% | 0.92% | - |
| XYZ | 58.34 | 59.2 | 31.64 | - |
| YUV | 201.11 | 91.26 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 136 | 0 | 0.16 | 0.42 | 0.08 | 37.35 | 0.7 | 0.73 |
| Hex | EA | C5 | 88 | 0 | 10 | 2A | 8 | 25 | 46 | 49 |
| Octal | 352 | 305 | 210 | 0 | 20 | 52 | 10 | 45 | 106 | 111 |
| Binary | 11101010 | 11000101 | 10001000 | 0 | 10000 | 101010 | 1000 | 100101 | 1000110 | 1001001 |
Color Harmonies of #EAC588
Complementary color
Monochromatic Colors of #EAC588
Black with #EAC588
Text Example
Text Example
White with #EAC588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC588; }
p { color: rgb(234,197,136); }
H1.HeaderClassName
{
color: #EAC588;
}
.AnyTagClassName
{
color: #EAC588;
}
</style>
background-color css
<style>
a { background-color: #EAC588; }
a { background-color: rgb(234,197,136); }
div.DivClassName
{
background-color: #EAC588;
}
.BgClassName
{
background-color: #EAC588;
}
</style>
border-color css
<style>
span { border-color: #EAC588; }
span { border-color: rgb(234,197,136); }
td.TdClassName
{
border-color: #EAC588;
}
.TagClassName
{
border-color: #EAC588;
}
</style>