Shades of Casablanca #EBA954
Tints of Casablanca #EBA954
RGB
CMYK
RGB Variations
Color information
#EBA954 (or 0xEBA954) is known color: Casablanca. HEX triplet: EB, A9 and 54. RGB value is (235,169,84). Sum of RGB (Red+Green+Blue) = 235+169+84=488 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.16% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 84 (33.20% from 255 or 17.21% from 488); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA954 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA954 is #1456AB. Grayscale: #B3B3B3. Windows color (decimal): -1332908 or 5548523. OLE color: 5548523.
HSL color Cylindrical-coordinate representation of color #EBA954: hue angle of 33.77º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EBA954 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 84 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.08 |
| HSL | 33.77º | 0.79% | 0.63% | - |
| HSV(B) | 33.77º | 0.64% | 0.92% | - |
| XYZ | 50.05 | 46.68 | 14.76 | - |
| YUV | 179.04 | 74.37 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 84 | 0 | 0.28 | 0.64 | 0.08 | 33.77 | 0.79 | 0.63 |
| Hex | EB | A9 | 54 | 0 | 1C | 40 | 8 | 22 | 4F | 3F |
| Octal | 353 | 251 | 124 | 0 | 34 | 100 | 10 | 42 | 117 | 77 |
| Binary | 11101011 | 10101001 | 1010100 | 0 | 11100 | 1000000 | 1000 | 100010 | 1001111 | 111111 |
Color Harmonies of #EBA954
Complementary color
Monochromatic Colors of #EBA954
Black with #EBA954
Text Example
Text Example
White with #EBA954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA954; }
p { color: rgb(235,169,84); }
H1.HeaderClassName
{
color: #EBA954;
}
.AnyTagClassName
{
color: #EBA954;
}
</style>
background-color css
<style>
a { background-color: #EBA954; }
a { background-color: rgb(235,169,84); }
div.DivClassName
{
background-color: #EBA954;
}
.BgClassName
{
background-color: #EBA954;
}
</style>
border-color css
<style>
span { border-color: #EBA954; }
span { border-color: rgb(235,169,84); }
td.TdClassName
{
border-color: #EBA954;
}
.TagClassName
{
border-color: #EBA954;
}
</style>