Shades of Casablanca #EBAC4A
Tints of Casablanca #EBAC4A
RGB
CMYK
RGB Variations
Color information
#EBAC4A (or 0xEBAC4A) is known color: Casablanca. HEX triplet: EB, AC and 4A. RGB value is (235,172,74). Sum of RGB (Red+Green+Blue) = 235+172+74=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 74 (29.30% from 255 or 15.38% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAC4A is #1453B5. Grayscale: #B4B4B4. Windows color (decimal): -1332150 or 4893931. OLE color: 4893931.
HSL color Cylindrical-coordinate representation of color #EBAC4A: hue angle of 36.52º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EBAC4A is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 172 | 74 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.08 |
| HSL | 36.52º | 0.8% | 0.61% | - |
| HSV(B) | 36.52º | 0.69% | 0.92% | - |
| XYZ | 50.25 | 47.66 | 13.03 | - |
| YUV | 179.67 | 68.37 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 172 | 74 | 0 | 0.27 | 0.69 | 0.08 | 36.52 | 0.8 | 0.61 |
| Hex | EB | AC | 4A | 0 | 1B | 45 | 8 | 25 | 50 | 3D |
| Octal | 353 | 254 | 112 | 0 | 33 | 105 | 10 | 45 | 120 | 75 |
| Binary | 11101011 | 10101100 | 1001010 | 0 | 11011 | 1000101 | 1000 | 100101 | 1010000 | 111101 |
Color Harmonies of #EBAC4A
Complementary color
Monochromatic Colors of #EBAC4A
Black with #EBAC4A
Text Example
Text Example
White with #EBAC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAC4A; }
p { color: rgb(235,172,74); }
H1.HeaderClassName
{
color: #EBAC4A;
}
.AnyTagClassName
{
color: #EBAC4A;
}
</style>
background-color css
<style>
a { background-color: #EBAC4A; }
a { background-color: rgb(235,172,74); }
div.DivClassName
{
background-color: #EBAC4A;
}
.BgClassName
{
background-color: #EBAC4A;
}
</style>
border-color css
<style>
span { border-color: #EBAC4A; }
span { border-color: rgb(235,172,74); }
td.TdClassName
{
border-color: #EBAC4A;
}
.TagClassName
{
border-color: #EBAC4A;
}
</style>