Shades of Casablanca #E9AD54
Tints of Casablanca #E9AD54
RGB
CMYK
RGB Variations
Color information
#E9AD54 (or 0xE9AD54) is known color: Casablanca. HEX triplet: E9, AD and 54. RGB value is (233,173,84). Sum of RGB (Red+Green+Blue) = 233+173+84=490 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.55% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 84 (33.20% from 255 or 17.14% from 490); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AD54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AD54 is #1652AB. Grayscale: #B5B5B5. Windows color (decimal): -1462956 or 5549545. OLE color: 5549545.
HSL color Cylindrical-coordinate representation of color #E9AD54: hue angle of 35.84º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E9AD54 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 173 | 84 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.09 |
| HSL | 35.84º | 0.77% | 0.62% | - |
| HSV(B) | 35.84º | 0.64% | 0.91% | - |
| XYZ | 50.15 | 47.85 | 14.98 | - |
| YUV | 180.79 | 73.38 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 173 | 84 | 0 | 0.26 | 0.64 | 0.09 | 35.84 | 0.77 | 0.62 |
| Hex | E9 | AD | 54 | 0 | 1A | 40 | 9 | 24 | 4D | 3E |
| Octal | 351 | 255 | 124 | 0 | 32 | 100 | 11 | 44 | 115 | 76 |
| Binary | 11101001 | 10101101 | 1010100 | 0 | 11010 | 1000000 | 1001 | 100100 | 1001101 | 111110 |
Color Harmonies of #E9AD54
Complementary color
Monochromatic Colors of #E9AD54
Black with #E9AD54
Text Example
Text Example
White with #E9AD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AD54; }
p { color: rgb(233,173,84); }
H1.HeaderClassName
{
color: #E9AD54;
}
.AnyTagClassName
{
color: #E9AD54;
}
</style>
background-color css
<style>
a { background-color: #E9AD54; }
a { background-color: rgb(233,173,84); }
div.DivClassName
{
background-color: #E9AD54;
}
.BgClassName
{
background-color: #E9AD54;
}
</style>
border-color css
<style>
span { border-color: #E9AD54; }
span { border-color: rgb(233,173,84); }
td.TdClassName
{
border-color: #E9AD54;
}
.TagClassName
{
border-color: #E9AD54;
}
</style>