Shades of Casablanca #E9AA4B
Tints of Casablanca #E9AA4B
RGB
CMYK
RGB Variations
Color information
#E9AA4B (or 0xE9AA4B) is known color: Casablanca. HEX triplet: E9, AA and 4B. RGB value is (233,170,75). Sum of RGB (Red+Green+Blue) = 233+170+75=478 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.74% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 75 (29.69% from 255 or 15.69% from 478); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AA4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9AA4B is #1655B4. Grayscale: #B2B2B2. Windows color (decimal): -1463733 or 4958953. OLE color: 4958953.
HSL color Cylindrical-coordinate representation of color #E9AA4B: hue angle of 36.08º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E9AA4B is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 170 | 75 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.09 |
| HSL | 36.08º | 0.78% | 0.6% | - |
| HSV(B) | 36.08º | 0.68% | 0.91% | - |
| XYZ | 49.25 | 46.58 | 13.05 | - |
| YUV | 178.01 | 69.87 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 170 | 75 | 0 | 0.27 | 0.68 | 0.09 | 36.08 | 0.78 | 0.6 |
| Hex | E9 | AA | 4B | 0 | 1B | 44 | 9 | 24 | 4E | 3C |
| Octal | 351 | 252 | 113 | 0 | 33 | 104 | 11 | 44 | 116 | 74 |
| Binary | 11101001 | 10101010 | 1001011 | 0 | 11011 | 1000100 | 1001 | 100100 | 1001110 | 111100 |
Color Harmonies of #E9AA4B
Complementary color
Monochromatic Colors of #E9AA4B
Black with #E9AA4B
Text Example
Text Example
White with #E9AA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AA4B; }
p { color: rgb(233,170,75); }
H1.HeaderClassName
{
color: #E9AA4B;
}
.AnyTagClassName
{
color: #E9AA4B;
}
</style>
background-color css
<style>
a { background-color: #E9AA4B; }
a { background-color: rgb(233,170,75); }
div.DivClassName
{
background-color: #E9AA4B;
}
.BgClassName
{
background-color: #E9AA4B;
}
</style>
border-color css
<style>
span { border-color: #E9AA4B; }
span { border-color: rgb(233,170,75); }
td.TdClassName
{
border-color: #E9AA4B;
}
.TagClassName
{
border-color: #E9AA4B;
}
</style>