Shades of Casablanca #EBA953
Tints of Casablanca #EBA953
RGB
CMYK
RGB Variations
Color information
#EBA953 (or 0xEBA953) is known color: Casablanca. HEX triplet: EB, A9 and 53. RGB value is (235,169,83). Sum of RGB (Red+Green+Blue) = 235+169+83=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 83 (32.81% from 255 or 17.04% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA953 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA953 is #1456AC. Grayscale: #B3B3B3. Windows color (decimal): -1332909 or 5482987. OLE color: 5482987.
HSL color Cylindrical-coordinate representation of color #EBA953: hue angle of 33.95º 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 #EBA953 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 83 | - |
| CMYK | 0 | 0.28 | 0.65 | 0.08 |
| HSL | 33.95º | 0.79% | 0.62% | - |
| HSV(B) | 33.95º | 0.65% | 0.92% | - |
| XYZ | 50.01 | 46.66 | 14.55 | - |
| YUV | 178.93 | 73.87 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 83 | 0 | 0.28 | 0.65 | 0.08 | 33.95 | 0.79 | 0.62 |
| Hex | EB | A9 | 53 | 0 | 1C | 41 | 8 | 22 | 4F | 3E |
| Octal | 353 | 251 | 123 | 0 | 34 | 101 | 10 | 42 | 117 | 76 |
| Binary | 11101011 | 10101001 | 1010011 | 0 | 11100 | 1000001 | 1000 | 100010 | 1001111 | 111110 |
Color Harmonies of #EBA953
Complementary color
Monochromatic Colors of #EBA953
Black with #EBA953
Text Example
Text Example
White with #EBA953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA953; }
p { color: rgb(235,169,83); }
H1.HeaderClassName
{
color: #EBA953;
}
.AnyTagClassName
{
color: #EBA953;
}
</style>
background-color css
<style>
a { background-color: #EBA953; }
a { background-color: rgb(235,169,83); }
div.DivClassName
{
background-color: #EBA953;
}
.BgClassName
{
background-color: #EBA953;
}
</style>
border-color css
<style>
span { border-color: #EBA953; }
span { border-color: rgb(235,169,83); }
td.TdClassName
{
border-color: #EBA953;
}
.TagClassName
{
border-color: #EBA953;
}
</style>