Shades of Casablanca #E9A856
Tints of Casablanca #E9A856
RGB
CMYK
RGB Variations
Color information
#E9A856 (or 0xE9A856) is known color: Casablanca. HEX triplet: E9, A8 and 56. RGB value is (233,168,86). Sum of RGB (Red+Green+Blue) = 233+168+86=487 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.84% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 86 (33.98% from 255 or 17.66% from 487); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A856 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9A856 is #1657A9. Grayscale: #B2B2B2. Windows color (decimal): -1464234 or 5679337. OLE color: 5679337.
HSL color Cylindrical-coordinate representation of color #E9A856: hue angle of 33.47º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E9A856 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 168 | 86 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.09 |
| HSL | 33.47º | 0.77% | 0.63% | - |
| HSV(B) | 33.47º | 0.63% | 0.91% | - |
| XYZ | 49.29 | 46 | 15.09 | - |
| YUV | 178.09 | 76.03 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 168 | 86 | 0 | 0.28 | 0.63 | 0.09 | 33.47 | 0.77 | 0.63 |
| Hex | E9 | A8 | 56 | 0 | 1C | 3F | 9 | 21 | 4D | 3F |
| Octal | 351 | 250 | 126 | 0 | 34 | 77 | 11 | 41 | 115 | 77 |
| Binary | 11101001 | 10101000 | 1010110 | 0 | 11100 | 111111 | 1001 | 100001 | 1001101 | 111111 |
Color Harmonies of #E9A856
Complementary color
Monochromatic Colors of #E9A856
Black with #E9A856
Text Example
Text Example
White with #E9A856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A856; }
p { color: rgb(233,168,86); }
H1.HeaderClassName
{
color: #E9A856;
}
.AnyTagClassName
{
color: #E9A856;
}
</style>
background-color css
<style>
a { background-color: #E9A856; }
a { background-color: rgb(233,168,86); }
div.DivClassName
{
background-color: #E9A856;
}
.BgClassName
{
background-color: #E9A856;
}
</style>
border-color css
<style>
span { border-color: #E9A856; }
span { border-color: rgb(233,168,86); }
td.TdClassName
{
border-color: #E9A856;
}
.TagClassName
{
border-color: #E9A856;
}
</style>