Shades of Casablanca #EAA654
Tints of Casablanca #EAA654
RGB
CMYK
RGB Variations
Color information
#EAA654 (or 0xEAA654) is known color: Casablanca. HEX triplet: EA, A6 and 54. RGB value is (234,166,84). Sum of RGB (Red+Green+Blue) = 234+166+84=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 84 (33.20% from 255 or 17.36% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA654 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA654 is #1559AB. Grayscale: #B1B1B1. Windows color (decimal): -1399212 or 5547754. OLE color: 5547754.
HSL color Cylindrical-coordinate representation of color #EAA654: hue angle of 32.8º 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 #EAA654 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 166 | 84 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.08 |
| HSL | 32.8º | 0.78% | 0.62% | - |
| HSV(B) | 32.8º | 0.64% | 0.92% | - |
| XYZ | 49.17 | 45.4 | 14.56 | - |
| YUV | 176.98 | 75.53 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 166 | 84 | 0 | 0.29 | 0.64 | 0.08 | 32.8 | 0.78 | 0.62 |
| Hex | EA | A6 | 54 | 0 | 1D | 40 | 8 | 21 | 4E | 3E |
| Octal | 352 | 246 | 124 | 0 | 35 | 100 | 10 | 41 | 116 | 76 |
| Binary | 11101010 | 10100110 | 1010100 | 0 | 11101 | 1000000 | 1000 | 100001 | 1001110 | 111110 |
Color Harmonies of #EAA654
Complementary color
Monochromatic Colors of #EAA654
Black with #EAA654
Text Example
Text Example
White with #EAA654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA654; }
p { color: rgb(234,166,84); }
H1.HeaderClassName
{
color: #EAA654;
}
.AnyTagClassName
{
color: #EAA654;
}
</style>
background-color css
<style>
a { background-color: #EAA654; }
a { background-color: rgb(234,166,84); }
div.DivClassName
{
background-color: #EAA654;
}
.BgClassName
{
background-color: #EAA654;
}
</style>
border-color css
<style>
span { border-color: #EAA654; }
span { border-color: rgb(234,166,84); }
td.TdClassName
{
border-color: #EAA654;
}
.TagClassName
{
border-color: #EAA654;
}
</style>