Shades of New Orleans #EBC588
Tints of New Orleans #EBC588
RGB
CMYK
RGB Variations
Color information
#EBC588 (or 0xEBC588) is known color: New Orleans. HEX triplet: EB, C5 and 88. RGB value is (235,197,136). Sum of RGB (Red+Green+Blue) = 235+197+136=568 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.37% from 568); Green value is 197 (77.34% from 255 or 34.68% from 568); Blue value is 136 (53.52% from 255 or 23.94% from 568); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC588 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC588 is #143A77. Grayscale: #C9C9C9. Windows color (decimal): -1325688 or 8963563. OLE color: 8963563.
HSL color Cylindrical-coordinate representation of color #EBC588: hue angle of 36.97º degrees, saturation: 0.71, 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 #EBC588 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 197 | 136 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.08 |
| HSL | 36.97º | 0.71% | 0.73% | - |
| HSV(B) | 36.97º | 0.42% | 0.92% | - |
| XYZ | 58.67 | 59.37 | 31.66 | - |
| YUV | 201.41 | 91.09 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 136 | 0 | 0.16 | 0.42 | 0.08 | 36.97 | 0.71 | 0.73 |
| Hex | EB | C5 | 88 | 0 | 10 | 2A | 8 | 25 | 47 | 49 |
| Octal | 353 | 305 | 210 | 0 | 20 | 52 | 10 | 45 | 107 | 111 |
| Binary | 11101011 | 11000101 | 10001000 | 0 | 10000 | 101010 | 1000 | 100101 | 1000111 | 1001001 |
Color Harmonies of #EBC588
Complementary color
Monochromatic Colors of #EBC588
Black with #EBC588
Text Example
Text Example
White with #EBC588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC588; }
p { color: rgb(235,197,136); }
H1.HeaderClassName
{
color: #EBC588;
}
.AnyTagClassName
{
color: #EBC588;
}
</style>
background-color css
<style>
a { background-color: #EBC588; }
a { background-color: rgb(235,197,136); }
div.DivClassName
{
background-color: #EBC588;
}
.BgClassName
{
background-color: #EBC588;
}
</style>
border-color css
<style>
span { border-color: #EBC588; }
span { border-color: rgb(235,197,136); }
td.TdClassName
{
border-color: #EBC588;
}
.TagClassName
{
border-color: #EBC588;
}
</style>