Shades of Casablanca #EBA856
Tints of Casablanca #EBA856
RGB
CMYK
RGB Variations
Color information
#EBA856 (or 0xEBA856) is known color: Casablanca. HEX triplet: EB, A8 and 56. RGB value is (235,168,86). Sum of RGB (Red+Green+Blue) = 235+168+86=489 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.06% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 86 (33.98% from 255 or 17.59% from 489); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA856 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA856 is #1457A9. Grayscale: #B3B3B3. Windows color (decimal): -1333162 or 5679339. OLE color: 5679339.
HSL color Cylindrical-coordinate representation of color #EBA856: hue angle of 33.02º 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 #EBA856 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 86 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.08 |
| HSL | 33.02º | 0.79% | 0.63% | - |
| HSV(B) | 33.02º | 0.63% | 0.92% | - |
| XYZ | 49.94 | 46.34 | 15.12 | - |
| YUV | 178.69 | 75.7 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 86 | 0 | 0.29 | 0.63 | 0.08 | 33.02 | 0.79 | 0.63 |
| Hex | EB | A8 | 56 | 0 | 1D | 3F | 8 | 21 | 4F | 3F |
| Octal | 353 | 250 | 126 | 0 | 35 | 77 | 10 | 41 | 117 | 77 |
| Binary | 11101011 | 10101000 | 1010110 | 0 | 11101 | 111111 | 1000 | 100001 | 1001111 | 111111 |
Color Harmonies of #EBA856
Complementary color
Monochromatic Colors of #EBA856
Black with #EBA856
Text Example
Text Example
White with #EBA856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA856; }
p { color: rgb(235,168,86); }
H1.HeaderClassName
{
color: #EBA856;
}
.AnyTagClassName
{
color: #EBA856;
}
</style>
background-color css
<style>
a { background-color: #EBA856; }
a { background-color: rgb(235,168,86); }
div.DivClassName
{
background-color: #EBA856;
}
.BgClassName
{
background-color: #EBA856;
}
</style>
border-color css
<style>
span { border-color: #EBA856; }
span { border-color: rgb(235,168,86); }
td.TdClassName
{
border-color: #EBA856;
}
.TagClassName
{
border-color: #EBA856;
}
</style>