Shades of Casablanca #EBA957
Tints of Casablanca #EBA957
RGB
CMYK
RGB Variations
Color information
#EBA957 (or 0xEBA957) is known color: Casablanca. HEX triplet: EB, A9 and 57. RGB value is (235,169,87). Sum of RGB (Red+Green+Blue) = 235+169+87=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 87 (34.38% from 255 or 17.72% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA957 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA957 is #1456A8. Grayscale: #B3B3B3. Windows color (decimal): -1332905 or 5745131. OLE color: 5745131.
HSL color Cylindrical-coordinate representation of color #EBA957: hue angle of 33.24º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EBA957 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 87 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.08 |
| HSL | 33.24º | 0.79% | 0.63% | - |
| HSV(B) | 33.24º | 0.63% | 0.92% | - |
| XYZ | 50.17 | 46.73 | 15.39 | - |
| YUV | 179.39 | 75.87 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 87 | 0 | 0.28 | 0.63 | 0.08 | 33.24 | 0.79 | 0.63 |
| Hex | EB | A9 | 57 | 0 | 1C | 3F | 8 | 21 | 4F | 3F |
| Octal | 353 | 251 | 127 | 0 | 34 | 77 | 10 | 41 | 117 | 77 |
| Binary | 11101011 | 10101001 | 1010111 | 0 | 11100 | 111111 | 1000 | 100001 | 1001111 | 111111 |
Color Harmonies of #EBA957
Complementary color
Monochromatic Colors of #EBA957
Black with #EBA957
Text Example
Text Example
White with #EBA957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA957; }
p { color: rgb(235,169,87); }
H1.HeaderClassName
{
color: #EBA957;
}
.AnyTagClassName
{
color: #EBA957;
}
</style>
background-color css
<style>
a { background-color: #EBA957; }
a { background-color: rgb(235,169,87); }
div.DivClassName
{
background-color: #EBA957;
}
.BgClassName
{
background-color: #EBA957;
}
</style>
border-color css
<style>
span { border-color: #EBA957; }
span { border-color: rgb(235,169,87); }
td.TdClassName
{
border-color: #EBA957;
}
.TagClassName
{
border-color: #EBA957;
}
</style>