Shades of Casablanca #E9AB5E
Tints of Casablanca #E9AB5E
RGB
CMYK
RGB Variations
Color information
#E9AB5E (or 0xE9AB5E) is known color: Casablanca. HEX triplet: E9, AB and 5E. RGB value is (233,171,94). Sum of RGB (Red+Green+Blue) = 233+171+94=498 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.79% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 94 (37.11% from 255 or 18.88% from 498); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AB5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AB5E is #1654A1. Grayscale: #B5B5B5. Windows color (decimal): -1463458 or 6204393. OLE color: 6204393.
HSL color Cylindrical-coordinate representation of color #E9AB5E: hue angle of 33.24º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E9AB5E is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 171 | 94 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.09 |
| HSL | 33.24º | 0.76% | 0.64% | - |
| HSV(B) | 33.24º | 0.6% | 0.91% | - |
| XYZ | 50.19 | 47.26 | 17.07 | - |
| YUV | 180.76 | 79.04 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 171 | 94 | 0 | 0.27 | 0.60 | 0.09 | 33.24 | 0.76 | 0.64 |
| Hex | E9 | AB | 5E | 0 | 1B | 3C | 9 | 21 | 4C | 40 |
| Octal | 351 | 253 | 136 | 0 | 33 | 74 | 11 | 41 | 114 | 100 |
| Binary | 11101001 | 10101011 | 1011110 | 0 | 11011 | 111100 | 1001 | 100001 | 1001100 | 1000000 |
Color Harmonies of #E9AB5E
Complementary color
Monochromatic Colors of #E9AB5E
Black with #E9AB5E
Text Example
Text Example
White with #E9AB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AB5E; }
p { color: rgb(233,171,94); }
H1.HeaderClassName
{
color: #E9AB5E;
}
.AnyTagClassName
{
color: #E9AB5E;
}
</style>
background-color css
<style>
a { background-color: #E9AB5E; }
a { background-color: rgb(233,171,94); }
div.DivClassName
{
background-color: #E9AB5E;
}
.BgClassName
{
background-color: #E9AB5E;
}
</style>
border-color css
<style>
span { border-color: #E9AB5E; }
span { border-color: rgb(233,171,94); }
td.TdClassName
{
border-color: #E9AB5E;
}
.TagClassName
{
border-color: #E9AB5E;
}
</style>