Shades of Casablanca #E9A756
Tints of Casablanca #E9A756
RGB
CMYK
RGB Variations
Color information
#E9A756 (or 0xE9A756) is known color: Casablanca. HEX triplet: E9, A7 and 56. RGB value is (233,167,86). Sum of RGB (Red+Green+Blue) = 233+167+86=486 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.94% from 486); Green value is 167 (65.62% from 255 or 34.36% from 486); Blue value is 86 (33.98% from 255 or 17.70% from 486); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A756 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9A756 is #1658A9. Grayscale: #B1B1B1. Windows color (decimal): -1464490 or 5679081. OLE color: 5679081.
HSL color Cylindrical-coordinate representation of color #E9A756: hue angle of 33.06º 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 #E9A756 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 167 | 86 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.09 |
| HSL | 33.06º | 0.77% | 0.63% | - |
| HSV(B) | 33.06º | 0.63% | 0.91% | - |
| XYZ | 49.1 | 45.63 | 15.02 | - |
| YUV | 177.5 | 76.37 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 167 | 86 | 0 | 0.28 | 0.63 | 0.09 | 33.06 | 0.77 | 0.63 |
| Hex | E9 | A7 | 56 | 0 | 1C | 3F | 9 | 21 | 4D | 3F |
| Octal | 351 | 247 | 126 | 0 | 34 | 77 | 11 | 41 | 115 | 77 |
| Binary | 11101001 | 10100111 | 1010110 | 0 | 11100 | 111111 | 1001 | 100001 | 1001101 | 111111 |
Color Harmonies of #E9A756
Complementary color
Monochromatic Colors of #E9A756
Black with #E9A756
Text Example
Text Example
White with #E9A756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A756; }
p { color: rgb(233,167,86); }
H1.HeaderClassName
{
color: #E9A756;
}
.AnyTagClassName
{
color: #E9A756;
}
</style>
background-color css
<style>
a { background-color: #E9A756; }
a { background-color: rgb(233,167,86); }
div.DivClassName
{
background-color: #E9A756;
}
.BgClassName
{
background-color: #E9A756;
}
</style>
border-color css
<style>
span { border-color: #E9A756; }
span { border-color: rgb(233,167,86); }
td.TdClassName
{
border-color: #E9A756;
}
.TagClassName
{
border-color: #E9A756;
}
</style>