Shades of Casablanca #EBA955
Tints of Casablanca #EBA955
RGB
CMYK
RGB Variations
Color information
#EBA955 (or 0xEBA955) is known color: Casablanca. HEX triplet: EB, A9 and 55. RGB value is (235,169,85). Sum of RGB (Red+Green+Blue) = 235+169+85=489 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.06% from 489); Green value is 169 (66.41% from 255 or 34.56% from 489); Blue value is 85 (33.59% from 255 or 17.38% from 489); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA955 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA955 is #1456AA. Grayscale: #B3B3B3. Windows color (decimal): -1332907 or 5614059. OLE color: 5614059.
HSL color Cylindrical-coordinate representation of color #EBA955: hue angle of 33.6º 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 #EBA955 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 85 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.08 |
| HSL | 33.6º | 0.79% | 0.63% | - |
| HSV(B) | 33.6º | 0.64% | 0.92% | - |
| XYZ | 50.09 | 46.69 | 14.97 | - |
| YUV | 179.16 | 74.87 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 85 | 0 | 0.28 | 0.64 | 0.08 | 33.6 | 0.79 | 0.63 |
| Hex | EB | A9 | 55 | 0 | 1C | 40 | 8 | 22 | 4F | 3F |
| Octal | 353 | 251 | 125 | 0 | 34 | 100 | 10 | 42 | 117 | 77 |
| Binary | 11101011 | 10101001 | 1010101 | 0 | 11100 | 1000000 | 1000 | 100010 | 1001111 | 111111 |
Color Harmonies of #EBA955
Complementary color
Monochromatic Colors of #EBA955
Black with #EBA955
Text Example
Text Example
White with #EBA955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA955; }
p { color: rgb(235,169,85); }
H1.HeaderClassName
{
color: #EBA955;
}
.AnyTagClassName
{
color: #EBA955;
}
</style>
background-color css
<style>
a { background-color: #EBA955; }
a { background-color: rgb(235,169,85); }
div.DivClassName
{
background-color: #EBA955;
}
.BgClassName
{
background-color: #EBA955;
}
</style>
border-color css
<style>
span { border-color: #EBA955; }
span { border-color: rgb(235,169,85); }
td.TdClassName
{
border-color: #EBA955;
}
.TagClassName
{
border-color: #EBA955;
}
</style>