Shades of Casablanca #E9AA51
Tints of Casablanca #E9AA51
RGB
CMYK
RGB Variations
Color information
#E9AA51 (or 0xE9AA51) is known color: Casablanca. HEX triplet: E9, AA and 51. RGB value is (233,170,81). Sum of RGB (Red+Green+Blue) = 233+170+81=484 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.14% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 81 (32.03% from 255 or 16.74% from 484); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AA51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AA51 is #1655AE. Grayscale: #B3B3B3. Windows color (decimal): -1463727 or 5352169. OLE color: 5352169.
HSL color Cylindrical-coordinate representation of color #E9AA51: hue angle of 35.13º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E9AA51 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 170 | 81 | - |
| CMYK | 0 | 0.27 | 0.65 | 0.09 |
| HSL | 35.13º | 0.78% | 0.62% | - |
| HSV(B) | 35.13º | 0.65% | 0.91% | - |
| XYZ | 49.46 | 46.67 | 14.19 | - |
| YUV | 178.69 | 72.87 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 170 | 81 | 0 | 0.27 | 0.65 | 0.09 | 35.13 | 0.78 | 0.62 |
| Hex | E9 | AA | 51 | 0 | 1B | 41 | 9 | 23 | 4E | 3E |
| Octal | 351 | 252 | 121 | 0 | 33 | 101 | 11 | 43 | 116 | 76 |
| Binary | 11101001 | 10101010 | 1010001 | 0 | 11011 | 1000001 | 1001 | 100011 | 1001110 | 111110 |
Color Harmonies of #E9AA51
Complementary color
Monochromatic Colors of #E9AA51
Black with #E9AA51
Text Example
Text Example
White with #E9AA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AA51; }
p { color: rgb(233,170,81); }
H1.HeaderClassName
{
color: #E9AA51;
}
.AnyTagClassName
{
color: #E9AA51;
}
</style>
background-color css
<style>
a { background-color: #E9AA51; }
a { background-color: rgb(233,170,81); }
div.DivClassName
{
background-color: #E9AA51;
}
.BgClassName
{
background-color: #E9AA51;
}
</style>
border-color css
<style>
span { border-color: #E9AA51; }
span { border-color: rgb(233,170,81); }
td.TdClassName
{
border-color: #E9AA51;
}
.TagClassName
{
border-color: #E9AA51;
}
</style>