Shades of Casablanca #EBA54B
Tints of Casablanca #EBA54B
RGB
CMYK
RGB Variations
Color information
#EBA54B (or 0xEBA54B) is known color: Casablanca. HEX triplet: EB, A5 and 4B. RGB value is (235,165,75). Sum of RGB (Red+Green+Blue) = 235+165+75=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 75 (29.69% from 255 or 15.79% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA54B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA54B is #145AB4. Grayscale: #B0B0B0. Windows color (decimal): -1333941 or 4957675. OLE color: 4957675.
HSL color Cylindrical-coordinate representation of color #EBA54B: hue angle of 33.75º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EBA54B is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 75 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.08 |
| HSL | 33.75º | 0.8% | 0.61% | - |
| HSV(B) | 33.75º | 0.68% | 0.92% | - |
| XYZ | 48.99 | 45.08 | 12.78 | - |
| YUV | 175.67 | 71.19 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 75 | 0 | 0.30 | 0.68 | 0.08 | 33.75 | 0.8 | 0.61 |
| Hex | EB | A5 | 4B | 0 | 1E | 44 | 8 | 22 | 50 | 3D |
| Octal | 353 | 245 | 113 | 0 | 36 | 104 | 10 | 42 | 120 | 75 |
| Binary | 11101011 | 10100101 | 1001011 | 0 | 11110 | 1000100 | 1000 | 100010 | 1010000 | 111101 |
Color Harmonies of #EBA54B
Complementary color
Monochromatic Colors of #EBA54B
Black with #EBA54B
Text Example
Text Example
White with #EBA54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA54B; }
p { color: rgb(235,165,75); }
H1.HeaderClassName
{
color: #EBA54B;
}
.AnyTagClassName
{
color: #EBA54B;
}
</style>
background-color css
<style>
a { background-color: #EBA54B; }
a { background-color: rgb(235,165,75); }
div.DivClassName
{
background-color: #EBA54B;
}
.BgClassName
{
background-color: #EBA54B;
}
</style>
border-color css
<style>
span { border-color: #EBA54B; }
span { border-color: rgb(235,165,75); }
td.TdClassName
{
border-color: #EBA54B;
}
.TagClassName
{
border-color: #EBA54B;
}
</style>