Shades of Casablanca #E9AB5D
Tints of Casablanca #E9AB5D
RGB
CMYK
RGB Variations
Color information
#E9AB5D (or 0xE9AB5D) is known color: Casablanca. HEX triplet: E9, AB and 5D. RGB value is (233,171,93). Sum of RGB (Red+Green+Blue) = 233+171+93=497 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.88% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 93 (36.72% from 255 or 18.71% from 497); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AB5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AB5D is #1654A2. Grayscale: #B5B5B5. Windows color (decimal): -1463459 or 6138857. OLE color: 6138857.
HSL color Cylindrical-coordinate representation of color #E9AB5D: hue angle of 33.43º 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 #E9AB5D is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 171 | 93 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.09 |
| HSL | 33.43º | 0.76% | 0.64% | - |
| HSV(B) | 33.43º | 0.6% | 0.91% | - |
| XYZ | 50.14 | 47.24 | 16.83 | - |
| YUV | 180.65 | 78.54 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 171 | 93 | 0 | 0.27 | 0.60 | 0.09 | 33.43 | 0.76 | 0.64 |
| Hex | E9 | AB | 5D | 0 | 1B | 3C | 9 | 21 | 4C | 40 |
| Octal | 351 | 253 | 135 | 0 | 33 | 74 | 11 | 41 | 114 | 100 |
| Binary | 11101001 | 10101011 | 1011101 | 0 | 11011 | 111100 | 1001 | 100001 | 1001100 | 1000000 |
Color Harmonies of #E9AB5D
Complementary color
Monochromatic Colors of #E9AB5D
Black with #E9AB5D
Text Example
Text Example
White with #E9AB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AB5D; }
p { color: rgb(233,171,93); }
H1.HeaderClassName
{
color: #E9AB5D;
}
.AnyTagClassName
{
color: #E9AB5D;
}
</style>
background-color css
<style>
a { background-color: #E9AB5D; }
a { background-color: rgb(233,171,93); }
div.DivClassName
{
background-color: #E9AB5D;
}
.BgClassName
{
background-color: #E9AB5D;
}
</style>
border-color css
<style>
span { border-color: #E9AB5D; }
span { border-color: rgb(233,171,93); }
td.TdClassName
{
border-color: #E9AB5D;
}
.TagClassName
{
border-color: #E9AB5D;
}
</style>