Shades of Casablanca #EBA959
Tints of Casablanca #EBA959
RGB
CMYK
RGB Variations
Color information
#EBA959 (or 0xEBA959) is known color: Casablanca. HEX triplet: EB, A9 and 59. RGB value is (235,169,89). Sum of RGB (Red+Green+Blue) = 235+169+89=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 169 (66.41% from 255 or 34.28% from 493); Blue value is 89 (35.16% from 255 or 18.05% from 493); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA959 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA959 is #1456A6. Grayscale: #B3B3B3. Windows color (decimal): -1332903 or 5876203. OLE color: 5876203.
HSL color Cylindrical-coordinate representation of color #EBA959: hue angle of 32.88º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EBA959 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 89 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.08 |
| HSL | 32.88º | 0.78% | 0.64% | - |
| HSV(B) | 32.88º | 0.62% | 0.92% | - |
| XYZ | 50.25 | 46.76 | 15.83 | - |
| YUV | 179.61 | 76.87 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 89 | 0 | 0.28 | 0.62 | 0.08 | 32.88 | 0.78 | 0.64 |
| Hex | EB | A9 | 59 | 0 | 1C | 3E | 8 | 21 | 4E | 40 |
| Octal | 353 | 251 | 131 | 0 | 34 | 76 | 10 | 41 | 116 | 100 |
| Binary | 11101011 | 10101001 | 1011001 | 0 | 11100 | 111110 | 1000 | 100001 | 1001110 | 1000000 |
Color Harmonies of #EBA959
Complementary color
Monochromatic Colors of #EBA959
Black with #EBA959
Text Example
Text Example
White with #EBA959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA959; }
p { color: rgb(235,169,89); }
H1.HeaderClassName
{
color: #EBA959;
}
.AnyTagClassName
{
color: #EBA959;
}
</style>
background-color css
<style>
a { background-color: #EBA959; }
a { background-color: rgb(235,169,89); }
div.DivClassName
{
background-color: #EBA959;
}
.BgClassName
{
background-color: #EBA959;
}
</style>
border-color css
<style>
span { border-color: #EBA959; }
span { border-color: rgb(235,169,89); }
td.TdClassName
{
border-color: #EBA959;
}
.TagClassName
{
border-color: #EBA959;
}
</style>