Shades of Casablanca #EBA849
Tints of Casablanca #EBA849
RGB
CMYK
RGB Variations
Color information
#EBA849 (or 0xEBA849) is known color: Casablanca. HEX triplet: EB, A8 and 49. RGB value is (235,168,73). Sum of RGB (Red+Green+Blue) = 235+168+73=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 73 (28.91% from 255 or 15.34% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA849 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA849 is #1457B6. Grayscale: #B1B1B1. Windows color (decimal): -1333175 or 4827371. OLE color: 4827371.
HSL color Cylindrical-coordinate representation of color #EBA849: hue angle of 35.19º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EBA849 is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 73 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.08 |
| HSL | 35.19º | 0.8% | 0.6% | - |
| HSV(B) | 35.19º | 0.69% | 0.92% | - |
| XYZ | 49.47 | 46.15 | 12.6 | - |
| YUV | 177.2 | 69.2 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 73 | 0 | 0.29 | 0.69 | 0.08 | 35.19 | 0.8 | 0.6 |
| Hex | EB | A8 | 49 | 0 | 1D | 45 | 8 | 23 | 50 | 3C |
| Octal | 353 | 250 | 111 | 0 | 35 | 105 | 10 | 43 | 120 | 74 |
| Binary | 11101011 | 10101000 | 1001001 | 0 | 11101 | 1000101 | 1000 | 100011 | 1010000 | 111100 |
Color Harmonies of #EBA849
Complementary color
Monochromatic Colors of #EBA849
Black with #EBA849
Text Example
Text Example
White with #EBA849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA849; }
p { color: rgb(235,168,73); }
H1.HeaderClassName
{
color: #EBA849;
}
.AnyTagClassName
{
color: #EBA849;
}
</style>
background-color css
<style>
a { background-color: #EBA849; }
a { background-color: rgb(235,168,73); }
div.DivClassName
{
background-color: #EBA849;
}
.BgClassName
{
background-color: #EBA849;
}
</style>
border-color css
<style>
span { border-color: #EBA849; }
span { border-color: rgb(235,168,73); }
td.TdClassName
{
border-color: #EBA849;
}
.TagClassName
{
border-color: #EBA849;
}
</style>