Shades of Casablanca #EBA552
Tints of Casablanca #EBA552
RGB
CMYK
RGB Variations
Color information
#EBA552 (or 0xEBA552) is known color: Casablanca. HEX triplet: EB, A5 and 52. RGB value is (235,165,82). Sum of RGB (Red+Green+Blue) = 235+165+82=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 82 (32.42% from 255 or 17.01% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA552 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA552 is #145AAD. Grayscale: #B0B0B0. Windows color (decimal): -1333934 or 5416427. OLE color: 5416427.
HSL color Cylindrical-coordinate representation of color #EBA552: hue angle of 32.55º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EBA552 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 82 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.08 |
| HSL | 32.55º | 0.79% | 0.62% | - |
| HSV(B) | 32.55º | 0.65% | 0.92% | - |
| XYZ | 49.24 | 45.18 | 14.11 | - |
| YUV | 176.47 | 74.69 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 82 | 0 | 0.30 | 0.65 | 0.08 | 32.55 | 0.79 | 0.62 |
| Hex | EB | A5 | 52 | 0 | 1E | 41 | 8 | 21 | 4F | 3E |
| Octal | 353 | 245 | 122 | 0 | 36 | 101 | 10 | 41 | 117 | 76 |
| Binary | 11101011 | 10100101 | 1010010 | 0 | 11110 | 1000001 | 1000 | 100001 | 1001111 | 111110 |
Color Harmonies of #EBA552
Complementary color
Monochromatic Colors of #EBA552
Black with #EBA552
Text Example
Text Example
White with #EBA552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA552; }
p { color: rgb(235,165,82); }
H1.HeaderClassName
{
color: #EBA552;
}
.AnyTagClassName
{
color: #EBA552;
}
</style>
background-color css
<style>
a { background-color: #EBA552; }
a { background-color: rgb(235,165,82); }
div.DivClassName
{
background-color: #EBA552;
}
.BgClassName
{
background-color: #EBA552;
}
</style>
border-color css
<style>
span { border-color: #EBA552; }
span { border-color: rgb(235,165,82); }
td.TdClassName
{
border-color: #EBA552;
}
.TagClassName
{
border-color: #EBA552;
}
</style>