Shades of Casablanca #EBA549
Tints of Casablanca #EBA549
RGB
CMYK
RGB Variations
Color information
#EBA549 (or 0xEBA549) is known color: Casablanca. HEX triplet: EB, A5 and 49. RGB value is (235,165,73). Sum of RGB (Red+Green+Blue) = 235+165+73=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 73 (28.91% from 255 or 15.43% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA549 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA549 is #145AB6. Grayscale: #AFAFAF. Windows color (decimal): -1333943 or 4826603. OLE color: 4826603.
HSL color Cylindrical-coordinate representation of color #EBA549: hue angle of 34.07º 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 #EBA549 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 73 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.08 |
| HSL | 34.07º | 0.8% | 0.6% | - |
| HSV(B) | 34.07º | 0.69% | 0.92% | - |
| XYZ | 48.92 | 45.05 | 12.42 | - |
| YUV | 175.44 | 70.19 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 73 | 0 | 0.30 | 0.69 | 0.08 | 34.07 | 0.8 | 0.6 |
| Hex | EB | A5 | 49 | 0 | 1E | 45 | 8 | 22 | 50 | 3C |
| Octal | 353 | 245 | 111 | 0 | 36 | 105 | 10 | 42 | 120 | 74 |
| Binary | 11101011 | 10100101 | 1001001 | 0 | 11110 | 1000101 | 1000 | 100010 | 1010000 | 111100 |
Color Harmonies of #EBA549
Complementary color
Monochromatic Colors of #EBA549
Black with #EBA549
Text Example
Text Example
White with #EBA549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA549; }
p { color: rgb(235,165,73); }
H1.HeaderClassName
{
color: #EBA549;
}
.AnyTagClassName
{
color: #EBA549;
}
</style>
background-color css
<style>
a { background-color: #EBA549; }
a { background-color: rgb(235,165,73); }
div.DivClassName
{
background-color: #EBA549;
}
.BgClassName
{
background-color: #EBA549;
}
</style>
border-color css
<style>
span { border-color: #EBA549; }
span { border-color: rgb(235,165,73); }
td.TdClassName
{
border-color: #EBA549;
}
.TagClassName
{
border-color: #EBA549;
}
</style>