Shades of Casablanca #E9A655
Tints of Casablanca #E9A655
RGB
CMYK
RGB Variations
Color information
#E9A655 (or 0xE9A655) is known color: Casablanca. HEX triplet: E9, A6 and 55. RGB value is (233,166,85). Sum of RGB (Red+Green+Blue) = 233+166+85=484 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.14% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 85 (33.59% from 255 or 17.56% from 484); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A655 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9A655 is #1659AA. Grayscale: #B1B1B1. Windows color (decimal): -1464747 or 5613289. OLE color: 5613289.
HSL color Cylindrical-coordinate representation of color #E9A655: hue angle of 32.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 #E9A655 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 166 | 85 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.09 |
| HSL | 32.84º | 0.77% | 0.62% | - |
| HSV(B) | 32.84º | 0.64% | 0.91% | - |
| XYZ | 48.88 | 45.25 | 14.75 | - |
| YUV | 176.8 | 76.2 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 166 | 85 | 0 | 0.29 | 0.64 | 0.09 | 32.84 | 0.77 | 0.62 |
| Hex | E9 | A6 | 55 | 0 | 1D | 40 | 9 | 21 | 4D | 3E |
| Octal | 351 | 246 | 125 | 0 | 35 | 100 | 11 | 41 | 115 | 76 |
| Binary | 11101001 | 10100110 | 1010101 | 0 | 11101 | 1000000 | 1001 | 100001 | 1001101 | 111110 |
Color Harmonies of #E9A655
Complementary color
Monochromatic Colors of #E9A655
Black with #E9A655
Text Example
Text Example
White with #E9A655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A655; }
p { color: rgb(233,166,85); }
H1.HeaderClassName
{
color: #E9A655;
}
.AnyTagClassName
{
color: #E9A655;
}
</style>
background-color css
<style>
a { background-color: #E9A655; }
a { background-color: rgb(233,166,85); }
div.DivClassName
{
background-color: #E9A655;
}
.BgClassName
{
background-color: #E9A655;
}
</style>
border-color css
<style>
span { border-color: #E9A655; }
span { border-color: rgb(233,166,85); }
td.TdClassName
{
border-color: #E9A655;
}
.TagClassName
{
border-color: #E9A655;
}
</style>