Shades of Casablanca #EBA54E
Tints of Casablanca #EBA54E
RGB
CMYK
RGB Variations
Color information
#EBA54E (or 0xEBA54E) is known color: Casablanca. HEX triplet: EB, A5 and 4E. RGB value is (235,165,78). Sum of RGB (Red+Green+Blue) = 235+165+78=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 78 (30.86% from 255 or 16.32% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA54E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA54E is #145AB1. Grayscale: #B0B0B0. Windows color (decimal): -1333938 or 5154283. OLE color: 5154283.
HSL color Cylindrical-coordinate representation of color #EBA54E: hue angle of 33.25º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EBA54E is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 78 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.08 |
| HSL | 33.25º | 0.8% | 0.61% | - |
| HSV(B) | 33.25º | 0.67% | 0.92% | - |
| XYZ | 49.09 | 45.12 | 13.33 | - |
| YUV | 176.01 | 72.69 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 78 | 0 | 0.30 | 0.67 | 0.08 | 33.25 | 0.8 | 0.61 |
| Hex | EB | A5 | 4E | 0 | 1E | 43 | 8 | 21 | 50 | 3D |
| Octal | 353 | 245 | 116 | 0 | 36 | 103 | 10 | 41 | 120 | 75 |
| Binary | 11101011 | 10100101 | 1001110 | 0 | 11110 | 1000011 | 1000 | 100001 | 1010000 | 111101 |
Color Harmonies of #EBA54E
Complementary color
Monochromatic Colors of #EBA54E
Black with #EBA54E
Text Example
Text Example
White with #EBA54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA54E; }
p { color: rgb(235,165,78); }
H1.HeaderClassName
{
color: #EBA54E;
}
.AnyTagClassName
{
color: #EBA54E;
}
</style>
background-color css
<style>
a { background-color: #EBA54E; }
a { background-color: rgb(235,165,78); }
div.DivClassName
{
background-color: #EBA54E;
}
.BgClassName
{
background-color: #EBA54E;
}
</style>
border-color css
<style>
span { border-color: #EBA54E; }
span { border-color: rgb(235,165,78); }
td.TdClassName
{
border-color: #EBA54E;
}
.TagClassName
{
border-color: #EBA54E;
}
</style>