Shades of Casablanca #E9AC55
Tints of Casablanca #E9AC55
RGB
CMYK
RGB Variations
Color information
#E9AC55 (or 0xE9AC55) is known color: Casablanca. HEX triplet: E9, AC and 55. RGB value is (233,172,85). Sum of RGB (Red+Green+Blue) = 233+172+85=490 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.55% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 85 (33.59% from 255 or 17.35% from 490); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AC55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9AC55 is #1653AA. Grayscale: #B4B4B4. Windows color (decimal): -1463211 or 5614825. OLE color: 5614825.
HSL color Cylindrical-coordinate representation of color #E9AC55: hue angle of 35.27º 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 #E9AC55 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 172 | 85 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.09 |
| HSL | 35.27º | 0.77% | 0.62% | - |
| HSV(B) | 35.27º | 0.64% | 0.91% | - |
| XYZ | 50 | 47.48 | 15.12 | - |
| YUV | 180.32 | 74.21 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 172 | 85 | 0 | 0.26 | 0.64 | 0.09 | 35.27 | 0.77 | 0.62 |
| Hex | E9 | AC | 55 | 0 | 1A | 40 | 9 | 23 | 4D | 3E |
| Octal | 351 | 254 | 125 | 0 | 32 | 100 | 11 | 43 | 115 | 76 |
| Binary | 11101001 | 10101100 | 1010101 | 0 | 11010 | 1000000 | 1001 | 100011 | 1001101 | 111110 |
Color Harmonies of #E9AC55
Complementary color
Monochromatic Colors of #E9AC55
Black with #E9AC55
Text Example
Text Example
White with #E9AC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AC55; }
p { color: rgb(233,172,85); }
H1.HeaderClassName
{
color: #E9AC55;
}
.AnyTagClassName
{
color: #E9AC55;
}
</style>
background-color css
<style>
a { background-color: #E9AC55; }
a { background-color: rgb(233,172,85); }
div.DivClassName
{
background-color: #E9AC55;
}
.BgClassName
{
background-color: #E9AC55;
}
</style>
border-color css
<style>
span { border-color: #E9AC55; }
span { border-color: rgb(233,172,85); }
td.TdClassName
{
border-color: #E9AC55;
}
.TagClassName
{
border-color: #E9AC55;
}
</style>