Shades of Casablanca #EBA952
Tints of Casablanca #EBA952
RGB
CMYK
RGB Variations
Color information
#EBA952 (or 0xEBA952) is known color: Casablanca. HEX triplet: EB, A9 and 52. RGB value is (235,169,82). Sum of RGB (Red+Green+Blue) = 235+169+82=486 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.35% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 82 (32.42% from 255 or 16.87% from 486); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA952 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA952 is #1456AD. Grayscale: #B3B3B3. Windows color (decimal): -1332910 or 5417451. OLE color: 5417451.
HSL color Cylindrical-coordinate representation of color #EBA952: hue angle of 34.12º 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 #EBA952 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 82 | - |
| CMYK | 0 | 0.28 | 0.65 | 0.08 |
| HSL | 34.12º | 0.79% | 0.62% | - |
| HSV(B) | 34.12º | 0.65% | 0.92% | - |
| XYZ | 49.97 | 46.65 | 14.35 | - |
| YUV | 178.82 | 73.37 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 82 | 0 | 0.28 | 0.65 | 0.08 | 34.12 | 0.79 | 0.62 |
| Hex | EB | A9 | 52 | 0 | 1C | 41 | 8 | 22 | 4F | 3E |
| Octal | 353 | 251 | 122 | 0 | 34 | 101 | 10 | 42 | 117 | 76 |
| Binary | 11101011 | 10101001 | 1010010 | 0 | 11100 | 1000001 | 1000 | 100010 | 1001111 | 111110 |
Color Harmonies of #EBA952
Complementary color
Monochromatic Colors of #EBA952
Black with #EBA952
Text Example
Text Example
White with #EBA952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA952; }
p { color: rgb(235,169,82); }
H1.HeaderClassName
{
color: #EBA952;
}
.AnyTagClassName
{
color: #EBA952;
}
</style>
background-color css
<style>
a { background-color: #EBA952; }
a { background-color: rgb(235,169,82); }
div.DivClassName
{
background-color: #EBA952;
}
.BgClassName
{
background-color: #EBA952;
}
</style>
border-color css
<style>
span { border-color: #EBA952; }
span { border-color: rgb(235,169,82); }
td.TdClassName
{
border-color: #EBA952;
}
.TagClassName
{
border-color: #EBA952;
}
</style>