Shades of Casablanca #EBA857
Tints of Casablanca #EBA857
RGB
CMYK
RGB Variations
Color information
#EBA857 (or 0xEBA857) is known color: Casablanca. HEX triplet: EB, A8 and 57. RGB value is (235,168,87). Sum of RGB (Red+Green+Blue) = 235+168+87=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 87 (34.38% from 255 or 17.76% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA857 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA857 is #1457A8. Grayscale: #B3B3B3. Windows color (decimal): -1333161 or 5744875. OLE color: 5744875.
HSL color Cylindrical-coordinate representation of color #EBA857: hue angle of 32.84º 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 #EBA857 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 87 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.08 |
| HSL | 32.84º | 0.79% | 0.63% | - |
| HSV(B) | 32.84º | 0.63% | 0.92% | - |
| XYZ | 49.98 | 46.36 | 15.33 | - |
| YUV | 178.8 | 76.2 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 87 | 0 | 0.29 | 0.63 | 0.08 | 32.84 | 0.79 | 0.63 |
| Hex | EB | A8 | 57 | 0 | 1D | 3F | 8 | 21 | 4F | 3F |
| Octal | 353 | 250 | 127 | 0 | 35 | 77 | 10 | 41 | 117 | 77 |
| Binary | 11101011 | 10101000 | 1010111 | 0 | 11101 | 111111 | 1000 | 100001 | 1001111 | 111111 |
Color Harmonies of #EBA857
Complementary color
Monochromatic Colors of #EBA857
Black with #EBA857
Text Example
Text Example
White with #EBA857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA857; }
p { color: rgb(235,168,87); }
H1.HeaderClassName
{
color: #EBA857;
}
.AnyTagClassName
{
color: #EBA857;
}
</style>
background-color css
<style>
a { background-color: #EBA857; }
a { background-color: rgb(235,168,87); }
div.DivClassName
{
background-color: #EBA857;
}
.BgClassName
{
background-color: #EBA857;
}
</style>
border-color css
<style>
span { border-color: #EBA857; }
span { border-color: rgb(235,168,87); }
td.TdClassName
{
border-color: #EBA857;
}
.TagClassName
{
border-color: #EBA857;
}
</style>