Shades of Casablanca #EAA957
Tints of Casablanca #EAA957
RGB
CMYK
RGB Variations
Color information
#EAA957 (or 0xEAA957) is known color: Casablanca. HEX triplet: EA, A9 and 57. RGB value is (234,169,87). Sum of RGB (Red+Green+Blue) = 234+169+87=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 87 (34.38% from 255 or 17.76% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA957 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA957 is #1556A8. Grayscale: #B3B3B3. Windows color (decimal): -1398441 or 5745130. OLE color: 5745130.
HSL color Cylindrical-coordinate representation of color #EAA957: hue angle of 33.47º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EAA957 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 169 | 87 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.08 |
| HSL | 33.47º | 0.78% | 0.63% | - |
| HSV(B) | 33.47º | 0.63% | 0.92% | - |
| XYZ | 49.84 | 46.56 | 15.38 | - |
| YUV | 179.09 | 76.03 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 169 | 87 | 0 | 0.28 | 0.63 | 0.08 | 33.47 | 0.78 | 0.63 |
| Hex | EA | A9 | 57 | 0 | 1C | 3F | 8 | 21 | 4E | 3F |
| Octal | 352 | 251 | 127 | 0 | 34 | 77 | 10 | 41 | 116 | 77 |
| Binary | 11101010 | 10101001 | 1010111 | 0 | 11100 | 111111 | 1000 | 100001 | 1001110 | 111111 |
Color Harmonies of #EAA957
Complementary color
Monochromatic Colors of #EAA957
Black with #EAA957
Text Example
Text Example
White with #EAA957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA957; }
p { color: rgb(234,169,87); }
H1.HeaderClassName
{
color: #EAA957;
}
.AnyTagClassName
{
color: #EAA957;
}
</style>
background-color css
<style>
a { background-color: #EAA957; }
a { background-color: rgb(234,169,87); }
div.DivClassName
{
background-color: #EAA957;
}
.BgClassName
{
background-color: #EAA957;
}
</style>
border-color css
<style>
span { border-color: #EAA957; }
span { border-color: rgb(234,169,87); }
td.TdClassName
{
border-color: #EAA957;
}
.TagClassName
{
border-color: #EAA957;
}
</style>