Shades of Casablanca #E9A94D
Tints of Casablanca #E9A94D
RGB
CMYK
RGB Variations
Color information
#E9A94D (or 0xE9A94D) is known color: Casablanca. HEX triplet: E9, A9 and 4D. RGB value is (233,169,77). Sum of RGB (Red+Green+Blue) = 233+169+77=479 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.64% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 77 (30.47% from 255 or 16.08% from 479); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A94D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9A94D is #1656B2. Grayscale: #B2B2B2. Windows color (decimal): -1463987 or 5089769. OLE color: 5089769.
HSL color Cylindrical-coordinate representation of color #E9A94D: hue angle of 35.38º 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 #E9A94D is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 169 | 77 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.09 |
| HSL | 35.38º | 0.78% | 0.61% | - |
| HSV(B) | 35.38º | 0.67% | 0.91% | - |
| XYZ | 49.13 | 46.24 | 13.36 | - |
| YUV | 177.65 | 71.2 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 169 | 77 | 0 | 0.27 | 0.67 | 0.09 | 35.38 | 0.78 | 0.61 |
| Hex | E9 | A9 | 4D | 0 | 1B | 43 | 9 | 23 | 4E | 3D |
| Octal | 351 | 251 | 115 | 0 | 33 | 103 | 11 | 43 | 116 | 75 |
| Binary | 11101001 | 10101001 | 1001101 | 0 | 11011 | 1000011 | 1001 | 100011 | 1001110 | 111101 |
Color Harmonies of #E9A94D
Complementary color
Monochromatic Colors of #E9A94D
Black with #E9A94D
Text Example
Text Example
White with #E9A94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A94D; }
p { color: rgb(233,169,77); }
H1.HeaderClassName
{
color: #E9A94D;
}
.AnyTagClassName
{
color: #E9A94D;
}
</style>
background-color css
<style>
a { background-color: #E9A94D; }
a { background-color: rgb(233,169,77); }
div.DivClassName
{
background-color: #E9A94D;
}
.BgClassName
{
background-color: #E9A94D;
}
</style>
border-color css
<style>
span { border-color: #E9A94D; }
span { border-color: rgb(233,169,77); }
td.TdClassName
{
border-color: #E9A94D;
}
.TagClassName
{
border-color: #E9A94D;
}
</style>