Shades of Casablanca #EBA853
Tints of Casablanca #EBA853
RGB
CMYK
RGB Variations
Color information
#EBA853 (or 0xEBA853) is known color: Casablanca. HEX triplet: EB, A8 and 53. RGB value is (235,168,83). Sum of RGB (Red+Green+Blue) = 235+168+83=486 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.35% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 83 (32.81% from 255 or 17.08% from 486); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA853 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA853 is #1457AC. Grayscale: #B2B2B2. Windows color (decimal): -1333165 or 5482731. OLE color: 5482731.
HSL color Cylindrical-coordinate representation of color #EBA853: hue angle of 33.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 #EBA853 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 83 | - |
| CMYK | 0 | 0.29 | 0.65 | 0.08 |
| HSL | 33.55º | 0.79% | 0.62% | - |
| HSV(B) | 33.55º | 0.65% | 0.92% | - |
| XYZ | 49.82 | 46.29 | 14.49 | - |
| YUV | 178.34 | 74.2 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 83 | 0 | 0.29 | 0.65 | 0.08 | 33.55 | 0.79 | 0.62 |
| Hex | EB | A8 | 53 | 0 | 1D | 41 | 8 | 22 | 4F | 3E |
| Octal | 353 | 250 | 123 | 0 | 35 | 101 | 10 | 42 | 117 | 76 |
| Binary | 11101011 | 10101000 | 1010011 | 0 | 11101 | 1000001 | 1000 | 100010 | 1001111 | 111110 |
Color Harmonies of #EBA853
Complementary color
Monochromatic Colors of #EBA853
Black with #EBA853
Text Example
Text Example
White with #EBA853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA853; }
p { color: rgb(235,168,83); }
H1.HeaderClassName
{
color: #EBA853;
}
.AnyTagClassName
{
color: #EBA853;
}
</style>
background-color css
<style>
a { background-color: #EBA853; }
a { background-color: rgb(235,168,83); }
div.DivClassName
{
background-color: #EBA853;
}
.BgClassName
{
background-color: #EBA853;
}
</style>
border-color css
<style>
span { border-color: #EBA853; }
span { border-color: rgb(235,168,83); }
td.TdClassName
{
border-color: #EBA853;
}
.TagClassName
{
border-color: #EBA853;
}
</style>