Shades of Casablanca #E9AB4D
Tints of Casablanca #E9AB4D
RGB
CMYK
RGB Variations
Color information
#E9AB4D (or 0xE9AB4D) is known color: Casablanca. HEX triplet: E9, AB and 4D. RGB value is (233,171,77). Sum of RGB (Red+Green+Blue) = 233+171+77=481 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.44% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 77 (30.47% from 255 or 16.01% from 481); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AB4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AB4D is #1654B2. Grayscale: #B3B3B3. Windows color (decimal): -1463475 or 5090281. OLE color: 5090281.
HSL color Cylindrical-coordinate representation of color #E9AB4D: hue angle of 36.15º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E9AB4D is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 171 | 77 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.09 |
| HSL | 36.15º | 0.78% | 0.61% | - |
| HSV(B) | 36.15º | 0.67% | 0.91% | - |
| XYZ | 49.51 | 46.99 | 13.48 | - |
| YUV | 178.82 | 70.54 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 171 | 77 | 0 | 0.27 | 0.67 | 0.09 | 36.15 | 0.78 | 0.61 |
| Hex | E9 | AB | 4D | 0 | 1B | 43 | 9 | 24 | 4E | 3D |
| Octal | 351 | 253 | 115 | 0 | 33 | 103 | 11 | 44 | 116 | 75 |
| Binary | 11101001 | 10101011 | 1001101 | 0 | 11011 | 1000011 | 1001 | 100100 | 1001110 | 111101 |
Color Harmonies of #E9AB4D
Complementary color
Monochromatic Colors of #E9AB4D
Black with #E9AB4D
Text Example
Text Example
White with #E9AB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AB4D; }
p { color: rgb(233,171,77); }
H1.HeaderClassName
{
color: #E9AB4D;
}
.AnyTagClassName
{
color: #E9AB4D;
}
</style>
background-color css
<style>
a { background-color: #E9AB4D; }
a { background-color: rgb(233,171,77); }
div.DivClassName
{
background-color: #E9AB4D;
}
.BgClassName
{
background-color: #E9AB4D;
}
</style>
border-color css
<style>
span { border-color: #E9AB4D; }
span { border-color: rgb(233,171,77); }
td.TdClassName
{
border-color: #E9AB4D;
}
.TagClassName
{
border-color: #E9AB4D;
}
</style>