Shades of Casablanca #E9A855
Tints of Casablanca #E9A855
RGB
CMYK
RGB Variations
Color information
#E9A855 (or 0xE9A855) is known color: Casablanca. HEX triplet: E9, A8 and 55. RGB value is (233,168,85). Sum of RGB (Red+Green+Blue) = 233+168+85=486 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.94% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 85 (33.59% from 255 or 17.49% from 486); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A855 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9A855 is #1657AA. Grayscale: #B2B2B2. Windows color (decimal): -1464235 or 5613801. OLE color: 5613801.
HSL color Cylindrical-coordinate representation of color #E9A855: hue angle of 33.65º 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 #E9A855 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 168 | 85 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.09 |
| HSL | 33.65º | 0.77% | 0.62% | - |
| HSV(B) | 33.65º | 0.64% | 0.91% | - |
| XYZ | 49.25 | 45.98 | 14.87 | - |
| YUV | 177.97 | 75.53 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 168 | 85 | 0 | 0.28 | 0.64 | 0.09 | 33.65 | 0.77 | 0.62 |
| Hex | E9 | A8 | 55 | 0 | 1C | 40 | 9 | 22 | 4D | 3E |
| Octal | 351 | 250 | 125 | 0 | 34 | 100 | 11 | 42 | 115 | 76 |
| Binary | 11101001 | 10101000 | 1010101 | 0 | 11100 | 1000000 | 1001 | 100010 | 1001101 | 111110 |
Color Harmonies of #E9A855
Complementary color
Monochromatic Colors of #E9A855
Black with #E9A855
Text Example
Text Example
White with #E9A855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A855; }
p { color: rgb(233,168,85); }
H1.HeaderClassName
{
color: #E9A855;
}
.AnyTagClassName
{
color: #E9A855;
}
</style>
background-color css
<style>
a { background-color: #E9A855; }
a { background-color: rgb(233,168,85); }
div.DivClassName
{
background-color: #E9A855;
}
.BgClassName
{
background-color: #E9A855;
}
</style>
border-color css
<style>
span { border-color: #E9A855; }
span { border-color: rgb(233,168,85); }
td.TdClassName
{
border-color: #E9A855;
}
.TagClassName
{
border-color: #E9A855;
}
</style>