Shades of New Orleans #EBC689
Tints of New Orleans #EBC689
RGB
CMYK
RGB Variations
Color information
#EBC689 (or 0xEBC689) is known color: New Orleans. HEX triplet: EB, C6 and 89. RGB value is (235,198,137). Sum of RGB (Red+Green+Blue) = 235+198+137=570 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.23% from 570); Green value is 198 (77.73% from 255 or 34.74% from 570); Blue value is 137 (53.91% from 255 or 24.04% from 570); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC689 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC689 is #143976. Grayscale: #CACACA. Windows color (decimal): -1325431 or 9029355. OLE color: 9029355.
HSL color Cylindrical-coordinate representation of color #EBC689: hue angle of 37.35º 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 #EBC689 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 137 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.08 |
| HSL | 37.35º | 0.71% | 0.73% | - |
| HSV(B) | 37.35º | 0.42% | 0.92% | - |
| XYZ | 58.97 | 59.86 | 32.11 | - |
| YUV | 202.11 | 91.26 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 137 | 0 | 0.16 | 0.42 | 0.08 | 37.35 | 0.71 | 0.73 |
| Hex | EB | C6 | 89 | 0 | 10 | 2A | 8 | 25 | 47 | 49 |
| Octal | 353 | 306 | 211 | 0 | 20 | 52 | 10 | 45 | 107 | 111 |
| Binary | 11101011 | 11000110 | 10001001 | 0 | 10000 | 101010 | 1000 | 100101 | 1000111 | 1001001 |
Color Harmonies of #EBC689
Complementary color
Monochromatic Colors of #EBC689
Black with #EBC689
Text Example
Text Example
White with #EBC689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC689; }
p { color: rgb(235,198,137); }
H1.HeaderClassName
{
color: #EBC689;
}
.AnyTagClassName
{
color: #EBC689;
}
</style>
background-color css
<style>
a { background-color: #EBC689; }
a { background-color: rgb(235,198,137); }
div.DivClassName
{
background-color: #EBC689;
}
.BgClassName
{
background-color: #EBC689;
}
</style>
border-color css
<style>
span { border-color: #EBC689; }
span { border-color: rgb(235,198,137); }
td.TdClassName
{
border-color: #EBC689;
}
.TagClassName
{
border-color: #EBC689;
}
</style>