Shades of Casablanca #EBA851
Tints of Casablanca #EBA851
RGB
CMYK
RGB Variations
Color information
#EBA851 (or 0xEBA851) is known color: Casablanca. HEX triplet: EB, A8 and 51. RGB value is (235,168,81). Sum of RGB (Red+Green+Blue) = 235+168+81=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 81 (32.03% from 255 or 16.74% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA851 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA851 is #1457AE. Grayscale: #B2B2B2. Windows color (decimal): -1333167 or 5351659. OLE color: 5351659.
HSL color Cylindrical-coordinate representation of color #EBA851: hue angle of 33.9º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EBA851 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 81 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.08 |
| HSL | 33.9º | 0.79% | 0.62% | - |
| HSV(B) | 33.9º | 0.66% | 0.92% | - |
| XYZ | 49.75 | 46.26 | 14.09 | - |
| YUV | 178.12 | 73.2 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 81 | 0 | 0.29 | 0.66 | 0.08 | 33.9 | 0.79 | 0.62 |
| Hex | EB | A8 | 51 | 0 | 1D | 42 | 8 | 22 | 4F | 3E |
| Octal | 353 | 250 | 121 | 0 | 35 | 102 | 10 | 42 | 117 | 76 |
| Binary | 11101011 | 10101000 | 1010001 | 0 | 11101 | 1000010 | 1000 | 100010 | 1001111 | 111110 |
Color Harmonies of #EBA851
Complementary color
Monochromatic Colors of #EBA851
Black with #EBA851
Text Example
Text Example
White with #EBA851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA851; }
p { color: rgb(235,168,81); }
H1.HeaderClassName
{
color: #EBA851;
}
.AnyTagClassName
{
color: #EBA851;
}
</style>
background-color css
<style>
a { background-color: #EBA851; }
a { background-color: rgb(235,168,81); }
div.DivClassName
{
background-color: #EBA851;
}
.BgClassName
{
background-color: #EBA851;
}
</style>
border-color css
<style>
span { border-color: #EBA851; }
span { border-color: rgb(235,168,81); }
td.TdClassName
{
border-color: #EBA851;
}
.TagClassName
{
border-color: #EBA851;
}
</style>