Shades of Casablanca #E8A959
Tints of Casablanca #E8A959
RGB
CMYK
RGB Variations
Color information
#E8A959 (or 0xE8A959) is known color: Casablanca. HEX triplet: E8, A9 and 59. RGB value is (232,169,89). Sum of RGB (Red+Green+Blue) = 232+169+89=490 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.35% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 89 (35.16% from 255 or 18.16% from 490); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A959 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8A959 is #1756A6. Grayscale: #B3B3B3. Windows color (decimal): -1529511 or 5876200. OLE color: 5876200.
HSL color Cylindrical-coordinate representation of color #E8A959: hue angle of 33.57º degrees, saturation: 0.76, 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 #E8A959 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 169 | 89 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.09 |
| HSL | 33.57º | 0.76% | 0.63% | - |
| HSV(B) | 33.57º | 0.62% | 0.91% | - |
| XYZ | 49.27 | 46.25 | 15.78 | - |
| YUV | 178.72 | 77.37 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 169 | 89 | 0 | 0.27 | 0.62 | 0.09 | 33.57 | 0.76 | 0.63 |
| Hex | E8 | A9 | 59 | 0 | 1B | 3E | 9 | 22 | 4C | 3F |
| Octal | 350 | 251 | 131 | 0 | 33 | 76 | 11 | 42 | 114 | 77 |
| Binary | 11101000 | 10101001 | 1011001 | 0 | 11011 | 111110 | 1001 | 100010 | 1001100 | 111111 |
Color Harmonies of #E8A959
Complementary color
Monochromatic Colors of #E8A959
Black with #E8A959
Text Example
Text Example
White with #E8A959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A959; }
p { color: rgb(232,169,89); }
H1.HeaderClassName
{
color: #E8A959;
}
.AnyTagClassName
{
color: #E8A959;
}
</style>
background-color css
<style>
a { background-color: #E8A959; }
a { background-color: rgb(232,169,89); }
div.DivClassName
{
background-color: #E8A959;
}
.BgClassName
{
background-color: #E8A959;
}
</style>
border-color css
<style>
span { border-color: #E8A959; }
span { border-color: rgb(232,169,89); }
td.TdClassName
{
border-color: #E8A959;
}
.TagClassName
{
border-color: #E8A959;
}
</style>