Shades of Casablanca #E9AA5B
Tints of Casablanca #E9AA5B
RGB
CMYK
RGB Variations
Color information
#E9AA5B (or 0xE9AA5B) is known color: Casablanca. HEX triplet: E9, AA and 5B. RGB value is (233,170,91). Sum of RGB (Red+Green+Blue) = 233+170+91=494 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.17% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 91 (35.94% from 255 or 18.42% from 494); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AA5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AA5B is #1655A4. Grayscale: #B4B4B4. Windows color (decimal): -1463717 or 6007529. OLE color: 6007529.
HSL color Cylindrical-coordinate representation of color #E9AA5B: hue angle of 33.38º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E9AA5B is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 170 | 91 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.09 |
| HSL | 33.38º | 0.76% | 0.64% | - |
| HSV(B) | 33.38º | 0.61% | 0.91% | - |
| XYZ | 49.87 | 46.83 | 16.31 | - |
| YUV | 179.83 | 77.87 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 170 | 91 | 0 | 0.27 | 0.61 | 0.09 | 33.38 | 0.76 | 0.64 |
| Hex | E9 | AA | 5B | 0 | 1B | 3D | 9 | 21 | 4C | 40 |
| Octal | 351 | 252 | 133 | 0 | 33 | 75 | 11 | 41 | 114 | 100 |
| Binary | 11101001 | 10101010 | 1011011 | 0 | 11011 | 111101 | 1001 | 100001 | 1001100 | 1000000 |
Color Harmonies of #E9AA5B
Complementary color
Monochromatic Colors of #E9AA5B
Black with #E9AA5B
Text Example
Text Example
White with #E9AA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AA5B; }
p { color: rgb(233,170,91); }
H1.HeaderClassName
{
color: #E9AA5B;
}
.AnyTagClassName
{
color: #E9AA5B;
}
</style>
background-color css
<style>
a { background-color: #E9AA5B; }
a { background-color: rgb(233,170,91); }
div.DivClassName
{
background-color: #E9AA5B;
}
.BgClassName
{
background-color: #E9AA5B;
}
</style>
border-color css
<style>
span { border-color: #E9AA5B; }
span { border-color: rgb(233,170,91); }
td.TdClassName
{
border-color: #E9AA5B;
}
.TagClassName
{
border-color: #E9AA5B;
}
</style>