Shades of Casablanca #EBA859
Tints of Casablanca #EBA859
RGB
CMYK
RGB Variations
Color information
#EBA859 (or 0xEBA859) is known color: Casablanca. HEX triplet: EB, A8 and 59. RGB value is (235,168,89). Sum of RGB (Red+Green+Blue) = 235+168+89=492 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.76% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 89 (35.16% from 255 or 18.09% from 492); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA859 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA859 is #1457A6. Grayscale: #B3B3B3. Windows color (decimal): -1333159 or 5875947. OLE color: 5875947.
HSL color Cylindrical-coordinate representation of color #EBA859: hue angle of 32.47º 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 #EBA859 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 89 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.08 |
| HSL | 32.47º | 0.78% | 0.64% | - |
| HSV(B) | 32.47º | 0.62% | 0.92% | - |
| XYZ | 50.07 | 46.39 | 15.77 | - |
| YUV | 179.03 | 77.2 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 89 | 0 | 0.29 | 0.62 | 0.08 | 32.47 | 0.78 | 0.64 |
| Hex | EB | A8 | 59 | 0 | 1D | 3E | 8 | 20 | 4E | 40 |
| Octal | 353 | 250 | 131 | 0 | 35 | 76 | 10 | 40 | 116 | 100 |
| Binary | 11101011 | 10101000 | 1011001 | 0 | 11101 | 111110 | 1000 | 100000 | 1001110 | 1000000 |
Color Harmonies of #EBA859
Complementary color
Monochromatic Colors of #EBA859
Black with #EBA859
Text Example
Text Example
White with #EBA859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA859; }
p { color: rgb(235,168,89); }
H1.HeaderClassName
{
color: #EBA859;
}
.AnyTagClassName
{
color: #EBA859;
}
</style>
background-color css
<style>
a { background-color: #EBA859; }
a { background-color: rgb(235,168,89); }
div.DivClassName
{
background-color: #EBA859;
}
.BgClassName
{
background-color: #EBA859;
}
</style>
border-color css
<style>
span { border-color: #EBA859; }
span { border-color: rgb(235,168,89); }
td.TdClassName
{
border-color: #EBA859;
}
.TagClassName
{
border-color: #EBA859;
}
</style>