Shades of Casablanca #E9AA5A
Tints of Casablanca #E9AA5A
RGB
CMYK
RGB Variations
Color information
#E9AA5A (or 0xE9AA5A) is known color: Casablanca. HEX triplet: E9, AA and 5A. RGB value is (233,170,90). Sum of RGB (Red+Green+Blue) = 233+170+90=493 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.26% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 90 (35.55% from 255 or 18.26% from 493); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AA5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AA5A is #1655A5. Grayscale: #B4B4B4. Windows color (decimal): -1463718 or 5941993. OLE color: 5941993.
HSL color Cylindrical-coordinate representation of color #E9AA5A: 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.61%. Process color model (Four color, CMYK) of #E9AA5A is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 170 | 90 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.09 |
| HSL | 33.57º | 0.76% | 0.63% | - |
| HSV(B) | 33.57º | 0.61% | 0.91% | - |
| XYZ | 49.82 | 46.81 | 16.08 | - |
| YUV | 179.72 | 77.37 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 170 | 90 | 0 | 0.27 | 0.61 | 0.09 | 33.57 | 0.76 | 0.63 |
| Hex | E9 | AA | 5A | 0 | 1B | 3D | 9 | 22 | 4C | 3F |
| Octal | 351 | 252 | 132 | 0 | 33 | 75 | 11 | 42 | 114 | 77 |
| Binary | 11101001 | 10101010 | 1011010 | 0 | 11011 | 111101 | 1001 | 100010 | 1001100 | 111111 |
Color Harmonies of #E9AA5A
Complementary color
Monochromatic Colors of #E9AA5A
Black with #E9AA5A
Text Example
Text Example
White with #E9AA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AA5A; }
p { color: rgb(233,170,90); }
H1.HeaderClassName
{
color: #E9AA5A;
}
.AnyTagClassName
{
color: #E9AA5A;
}
</style>
background-color css
<style>
a { background-color: #E9AA5A; }
a { background-color: rgb(233,170,90); }
div.DivClassName
{
background-color: #E9AA5A;
}
.BgClassName
{
background-color: #E9AA5A;
}
</style>
border-color css
<style>
span { border-color: #E9AA5A; }
span { border-color: rgb(233,170,90); }
td.TdClassName
{
border-color: #E9AA5A;
}
.TagClassName
{
border-color: #E9AA5A;
}
</style>