Shades of Casablanca #EAAA54
Tints of Casablanca #EAAA54
RGB
CMYK
RGB Variations
Color information
#EAAA54 (or 0xEAAA54) is known color: Casablanca. HEX triplet: EA, AA and 54. RGB value is (234,170,84). Sum of RGB (Red+Green+Blue) = 234+170+84=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 84 (33.20% from 255 or 17.21% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAA54 is #1555AB. Grayscale: #B3B3B3. Windows color (decimal): -1398188 or 5548778. OLE color: 5548778.
HSL color Cylindrical-coordinate representation of color #EAAA54: hue angle of 34.4º 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 #EAAA54 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 84 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.08 |
| HSL | 34.4º | 0.78% | 0.62% | - |
| HSV(B) | 34.4º | 0.64% | 0.92% | - |
| XYZ | 49.91 | 46.88 | 14.81 | - |
| YUV | 179.33 | 74.2 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 84 | 0 | 0.27 | 0.64 | 0.08 | 34.4 | 0.78 | 0.62 |
| Hex | EA | AA | 54 | 0 | 1B | 40 | 8 | 22 | 4E | 3E |
| Octal | 352 | 252 | 124 | 0 | 33 | 100 | 10 | 42 | 116 | 76 |
| Binary | 11101010 | 10101010 | 1010100 | 0 | 11011 | 1000000 | 1000 | 100010 | 1001110 | 111110 |
Color Harmonies of #EAAA54
Complementary color
Monochromatic Colors of #EAAA54
Black with #EAAA54
Text Example
Text Example
White with #EAAA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAA54; }
p { color: rgb(234,170,84); }
H1.HeaderClassName
{
color: #EAAA54;
}
.AnyTagClassName
{
color: #EAAA54;
}
</style>
background-color css
<style>
a { background-color: #EAAA54; }
a { background-color: rgb(234,170,84); }
div.DivClassName
{
background-color: #EAAA54;
}
.BgClassName
{
background-color: #EAAA54;
}
</style>
border-color css
<style>
span { border-color: #EAAA54; }
span { border-color: rgb(234,170,84); }
td.TdClassName
{
border-color: #EAAA54;
}
.TagClassName
{
border-color: #EAAA54;
}
</style>