Shades of Casablanca #E9A859
Tints of Casablanca #E9A859
RGB
CMYK
RGB Variations
Color information
#E9A859 (or 0xE9A859) is known color: Casablanca. HEX triplet: E9, A8 and 59. RGB value is (233,168,89). Sum of RGB (Red+Green+Blue) = 233+168+89=490 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.55% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 89 (35.16% from 255 or 18.16% from 490); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A859 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9A859 is #1657A6. Grayscale: #B2B2B2. Windows color (decimal): -1464231 or 5875945. OLE color: 5875945.
HSL color Cylindrical-coordinate representation of color #E9A859: hue angle of 32.92º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E9A859 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 168 | 89 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.09 |
| HSL | 32.92º | 0.77% | 0.63% | - |
| HSV(B) | 32.92º | 0.62% | 0.91% | - |
| XYZ | 49.41 | 46.05 | 15.74 | - |
| YUV | 178.43 | 77.53 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 168 | 89 | 0 | 0.28 | 0.62 | 0.09 | 32.92 | 0.77 | 0.63 |
| Hex | E9 | A8 | 59 | 0 | 1C | 3E | 9 | 21 | 4D | 3F |
| Octal | 351 | 250 | 131 | 0 | 34 | 76 | 11 | 41 | 115 | 77 |
| Binary | 11101001 | 10101000 | 1011001 | 0 | 11100 | 111110 | 1001 | 100001 | 1001101 | 111111 |
Color Harmonies of #E9A859
Complementary color
Monochromatic Colors of #E9A859
Black with #E9A859
Text Example
Text Example
White with #E9A859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A859; }
p { color: rgb(233,168,89); }
H1.HeaderClassName
{
color: #E9A859;
}
.AnyTagClassName
{
color: #E9A859;
}
</style>
background-color css
<style>
a { background-color: #E9A859; }
a { background-color: rgb(233,168,89); }
div.DivClassName
{
background-color: #E9A859;
}
.BgClassName
{
background-color: #E9A859;
}
</style>
border-color css
<style>
span { border-color: #E9A859; }
span { border-color: rgb(233,168,89); }
td.TdClassName
{
border-color: #E9A859;
}
.TagClassName
{
border-color: #E9A859;
}
</style>