Shades of Casablanca #EAAC54
Tints of Casablanca #EAAC54
RGB
CMYK
RGB Variations
Color information
#EAAC54 (or 0xEAAC54) is known color: Casablanca. HEX triplet: EA, AC and 54. RGB value is (234,172,84). Sum of RGB (Red+Green+Blue) = 234+172+84=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 84 (33.20% from 255 or 17.14% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAC54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAC54 is #1553AB. Grayscale: #B4B4B4. Windows color (decimal): -1397676 or 5549290. OLE color: 5549290.
HSL color Cylindrical-coordinate representation of color #EAAC54: hue angle of 35.2º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EAAC54 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 172 | 84 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.08 |
| HSL | 35.2º | 0.78% | 0.62% | - |
| HSV(B) | 35.2º | 0.64% | 0.92% | - |
| XYZ | 50.28 | 47.64 | 14.93 | - |
| YUV | 180.51 | 73.54 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 172 | 84 | 0 | 0.26 | 0.64 | 0.08 | 35.2 | 0.78 | 0.62 |
| Hex | EA | AC | 54 | 0 | 1A | 40 | 8 | 23 | 4E | 3E |
| Octal | 352 | 254 | 124 | 0 | 32 | 100 | 10 | 43 | 116 | 76 |
| Binary | 11101010 | 10101100 | 1010100 | 0 | 11010 | 1000000 | 1000 | 100011 | 1001110 | 111110 |
Color Harmonies of #EAAC54
Complementary color
Monochromatic Colors of #EAAC54
Black with #EAAC54
Text Example
Text Example
White with #EAAC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAC54; }
p { color: rgb(234,172,84); }
H1.HeaderClassName
{
color: #EAAC54;
}
.AnyTagClassName
{
color: #EAAC54;
}
</style>
background-color css
<style>
a { background-color: #EAAC54; }
a { background-color: rgb(234,172,84); }
div.DivClassName
{
background-color: #EAAC54;
}
.BgClassName
{
background-color: #EAAC54;
}
</style>
border-color css
<style>
span { border-color: #EAAC54; }
span { border-color: rgb(234,172,84); }
td.TdClassName
{
border-color: #EAAC54;
}
.TagClassName
{
border-color: #EAAC54;
}
</style>