Shades of Casablanca #E9A84A
Tints of Casablanca #E9A84A
RGB
CMYK
RGB Variations
Color information
#E9A84A (or 0xE9A84A) is known color: Casablanca. HEX triplet: E9, A8 and 4A. RGB value is (233,168,74). Sum of RGB (Red+Green+Blue) = 233+168+74=475 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.05% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 74 (29.30% from 255 or 15.58% from 475); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A84A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A84A is #1657B5. Grayscale: #B1B1B1. Windows color (decimal): -1464246 or 4892905. OLE color: 4892905.
HSL color Cylindrical-coordinate representation of color #E9A84A: hue angle of 35.47º 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 #E9A84A is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 168 | 74 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.09 |
| HSL | 35.47º | 0.78% | 0.6% | - |
| HSV(B) | 35.47º | 0.68% | 0.91% | - |
| XYZ | 48.84 | 45.82 | 12.75 | - |
| YUV | 176.72 | 70.03 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 168 | 74 | 0 | 0.28 | 0.68 | 0.09 | 35.47 | 0.78 | 0.6 |
| Hex | E9 | A8 | 4A | 0 | 1C | 44 | 9 | 23 | 4E | 3C |
| Octal | 351 | 250 | 112 | 0 | 34 | 104 | 11 | 43 | 116 | 74 |
| Binary | 11101001 | 10101000 | 1001010 | 0 | 11100 | 1000100 | 1001 | 100011 | 1001110 | 111100 |
Color Harmonies of #E9A84A
Complementary color
Monochromatic Colors of #E9A84A
Black with #E9A84A
Text Example
Text Example
White with #E9A84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A84A; }
p { color: rgb(233,168,74); }
H1.HeaderClassName
{
color: #E9A84A;
}
.AnyTagClassName
{
color: #E9A84A;
}
</style>
background-color css
<style>
a { background-color: #E9A84A; }
a { background-color: rgb(233,168,74); }
div.DivClassName
{
background-color: #E9A84A;
}
.BgClassName
{
background-color: #E9A84A;
}
</style>
border-color css
<style>
span { border-color: #E9A84A; }
span { border-color: rgb(233,168,74); }
td.TdClassName
{
border-color: #E9A84A;
}
.TagClassName
{
border-color: #E9A84A;
}
</style>