Shades of Casablanca #EBA84C
Tints of Casablanca #EBA84C
RGB
CMYK
RGB Variations
Color information
#EBA84C (or 0xEBA84C) is known color: Casablanca. HEX triplet: EB, A8 and 4C. RGB value is (235,168,76). Sum of RGB (Red+Green+Blue) = 235+168+76=479 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.06% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 76 (30.08% from 255 or 15.87% from 479); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA84C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA84C is #1457B3. Grayscale: #B1B1B1. Windows color (decimal): -1333172 or 5023979. OLE color: 5023979.
HSL color Cylindrical-coordinate representation of color #EBA84C: hue angle of 34.72º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EBA84C is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 76 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.08 |
| HSL | 34.72º | 0.8% | 0.61% | - |
| HSV(B) | 34.72º | 0.68% | 0.92% | - |
| XYZ | 49.57 | 46.19 | 13.14 | - |
| YUV | 177.55 | 70.7 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 76 | 0 | 0.29 | 0.68 | 0.08 | 34.72 | 0.8 | 0.61 |
| Hex | EB | A8 | 4C | 0 | 1D | 44 | 8 | 23 | 50 | 3D |
| Octal | 353 | 250 | 114 | 0 | 35 | 104 | 10 | 43 | 120 | 75 |
| Binary | 11101011 | 10101000 | 1001100 | 0 | 11101 | 1000100 | 1000 | 100011 | 1010000 | 111101 |
Color Harmonies of #EBA84C
Complementary color
Monochromatic Colors of #EBA84C
Black with #EBA84C
Text Example
Text Example
White with #EBA84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA84C; }
p { color: rgb(235,168,76); }
H1.HeaderClassName
{
color: #EBA84C;
}
.AnyTagClassName
{
color: #EBA84C;
}
</style>
background-color css
<style>
a { background-color: #EBA84C; }
a { background-color: rgb(235,168,76); }
div.DivClassName
{
background-color: #EBA84C;
}
.BgClassName
{
background-color: #EBA84C;
}
</style>
border-color css
<style>
span { border-color: #EBA84C; }
span { border-color: rgb(235,168,76); }
td.TdClassName
{
border-color: #EBA84C;
}
.TagClassName
{
border-color: #EBA84C;
}
</style>