Shades of Casablanca #E9A94C
Tints of Casablanca #E9A94C
RGB
CMYK
RGB Variations
Color information
#E9A94C (or 0xE9A94C) is known color: Casablanca. HEX triplet: E9, A9 and 4C. RGB value is (233,169,76). Sum of RGB (Red+Green+Blue) = 233+169+76=478 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.74% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 76 (30.08% from 255 or 15.90% from 478); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A94C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A94C is #1656B3. Grayscale: #B1B1B1. Windows color (decimal): -1463988 or 5024233. OLE color: 5024233.
HSL color Cylindrical-coordinate representation of color #E9A94C: hue angle of 35.54º 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 #E9A94C is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 169 | 76 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.09 |
| HSL | 35.54º | 0.78% | 0.61% | - |
| HSV(B) | 35.54º | 0.67% | 0.91% | - |
| XYZ | 49.1 | 46.22 | 13.17 | - |
| YUV | 177.53 | 70.7 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 169 | 76 | 0 | 0.27 | 0.67 | 0.09 | 35.54 | 0.78 | 0.61 |
| Hex | E9 | A9 | 4C | 0 | 1B | 43 | 9 | 24 | 4E | 3D |
| Octal | 351 | 251 | 114 | 0 | 33 | 103 | 11 | 44 | 116 | 75 |
| Binary | 11101001 | 10101001 | 1001100 | 0 | 11011 | 1000011 | 1001 | 100100 | 1001110 | 111101 |
Color Harmonies of #E9A94C
Complementary color
Monochromatic Colors of #E9A94C
Black with #E9A94C
Text Example
Text Example
White with #E9A94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A94C; }
p { color: rgb(233,169,76); }
H1.HeaderClassName
{
color: #E9A94C;
}
.AnyTagClassName
{
color: #E9A94C;
}
</style>
background-color css
<style>
a { background-color: #E9A94C; }
a { background-color: rgb(233,169,76); }
div.DivClassName
{
background-color: #E9A94C;
}
.BgClassName
{
background-color: #E9A94C;
}
</style>
border-color css
<style>
span { border-color: #E9A94C; }
span { border-color: rgb(233,169,76); }
td.TdClassName
{
border-color: #E9A94C;
}
.TagClassName
{
border-color: #E9A94C;
}
</style>