Shades of Casablanca #EAA959
Tints of Casablanca #EAA959
RGB
CMYK
RGB Variations
Color information
#EAA959 (or 0xEAA959) is known color: Casablanca. HEX triplet: EA, A9 and 59. RGB value is (234,169,89). Sum of RGB (Red+Green+Blue) = 234+169+89=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 89 (35.16% from 255 or 18.09% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA959 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA959 is #1556A6. Grayscale: #B3B3B3. Windows color (decimal): -1398439 or 5876202. OLE color: 5876202.
HSL color Cylindrical-coordinate representation of color #EAA959: hue angle of 33.1º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EAA959 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 169 | 89 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.08 |
| HSL | 33.1º | 0.78% | 0.63% | - |
| HSV(B) | 33.1º | 0.62% | 0.92% | - |
| XYZ | 49.92 | 46.59 | 15.81 | - |
| YUV | 179.32 | 77.03 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 169 | 89 | 0 | 0.28 | 0.62 | 0.08 | 33.1 | 0.78 | 0.63 |
| Hex | EA | A9 | 59 | 0 | 1C | 3E | 8 | 21 | 4E | 3F |
| Octal | 352 | 251 | 131 | 0 | 34 | 76 | 10 | 41 | 116 | 77 |
| Binary | 11101010 | 10101001 | 1011001 | 0 | 11100 | 111110 | 1000 | 100001 | 1001110 | 111111 |
Color Harmonies of #EAA959
Complementary color
Monochromatic Colors of #EAA959
Black with #EAA959
Text Example
Text Example
White with #EAA959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA959; }
p { color: rgb(234,169,89); }
H1.HeaderClassName
{
color: #EAA959;
}
.AnyTagClassName
{
color: #EAA959;
}
</style>
background-color css
<style>
a { background-color: #EAA959; }
a { background-color: rgb(234,169,89); }
div.DivClassName
{
background-color: #EAA959;
}
.BgClassName
{
background-color: #EAA959;
}
</style>
border-color css
<style>
span { border-color: #EAA959; }
span { border-color: rgb(234,169,89); }
td.TdClassName
{
border-color: #EAA959;
}
.TagClassName
{
border-color: #EAA959;
}
</style>