Shades of New Orleans #EBC289
Tints of New Orleans #EBC289
RGB
CMYK
RGB Variations
Color information
#EBC289 (or 0xEBC289) is known color: New Orleans. HEX triplet: EB, C2 and 89. RGB value is (235,194,137). Sum of RGB (Red+Green+Blue) = 235+194+137=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 137 (53.91% from 255 or 24.20% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC289 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC289 is #143D76. Grayscale: #C8C8C8. Windows color (decimal): -1326455 or 9028331. OLE color: 9028331.
HSL color Cylindrical-coordinate representation of color #EBC289: hue angle of 34.9º 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 #EBC289 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 194 | 137 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.08 |
| HSL | 34.9º | 0.71% | 0.73% | - |
| HSV(B) | 34.9º | 0.42% | 0.92% | - |
| XYZ | 58.07 | 58.05 | 31.81 | - |
| YUV | 199.76 | 92.58 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 137 | 0 | 0.17 | 0.42 | 0.08 | 34.9 | 0.71 | 0.73 |
| Hex | EB | C2 | 89 | 0 | 11 | 2A | 8 | 23 | 47 | 49 |
| Octal | 353 | 302 | 211 | 0 | 21 | 52 | 10 | 43 | 107 | 111 |
| Binary | 11101011 | 11000010 | 10001001 | 0 | 10001 | 101010 | 1000 | 100011 | 1000111 | 1001001 |
Color Harmonies of #EBC289
Complementary color
Monochromatic Colors of #EBC289
Black with #EBC289
Text Example
Text Example
White with #EBC289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC289; }
p { color: rgb(235,194,137); }
H1.HeaderClassName
{
color: #EBC289;
}
.AnyTagClassName
{
color: #EBC289;
}
</style>
background-color css
<style>
a { background-color: #EBC289; }
a { background-color: rgb(235,194,137); }
div.DivClassName
{
background-color: #EBC289;
}
.BgClassName
{
background-color: #EBC289;
}
</style>
border-color css
<style>
span { border-color: #EBC289; }
span { border-color: rgb(235,194,137); }
td.TdClassName
{
border-color: #EBC289;
}
.TagClassName
{
border-color: #EBC289;
}
</style>