Shades of Casablanca #E9B256
Tints of Casablanca #E9B256
RGB
CMYK
RGB Variations
Color information
#E9B256 (or 0xE9B256) is known color: Casablanca. HEX triplet: E9, B2 and 56. RGB value is (233,178,86). Sum of RGB (Red+Green+Blue) = 233+178+86=497 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.88% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 86 (33.98% from 255 or 17.30% from 497); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9B256 is #164DA9. Grayscale: #B8B8B8. Windows color (decimal): -1461674 or 5681897. OLE color: 5681897.
HSL color Cylindrical-coordinate representation of color #E9B256: hue angle of 37.55º 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 #E9B256 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 178 | 86 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.09 |
| HSL | 37.55º | 0.77% | 0.63% | - |
| HSV(B) | 37.55º | 0.63% | 0.91% | - |
| XYZ | 51.2 | 49.84 | 15.72 | - |
| YUV | 183.96 | 72.72 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 178 | 86 | 0 | 0.24 | 0.63 | 0.09 | 37.55 | 0.77 | 0.63 |
| Hex | E9 | B2 | 56 | 0 | 18 | 3F | 9 | 26 | 4D | 3F |
| Octal | 351 | 262 | 126 | 0 | 30 | 77 | 11 | 46 | 115 | 77 |
| Binary | 11101001 | 10110010 | 1010110 | 0 | 11000 | 111111 | 1001 | 100110 | 1001101 | 111111 |
Color Harmonies of #E9B256
Complementary color
Monochromatic Colors of #E9B256
Black with #E9B256
Text Example
Text Example
White with #E9B256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B256; }
p { color: rgb(233,178,86); }
H1.HeaderClassName
{
color: #E9B256;
}
.AnyTagClassName
{
color: #E9B256;
}
</style>
background-color css
<style>
a { background-color: #E9B256; }
a { background-color: rgb(233,178,86); }
div.DivClassName
{
background-color: #E9B256;
}
.BgClassName
{
background-color: #E9B256;
}
</style>
border-color css
<style>
span { border-color: #E9B256; }
span { border-color: rgb(233,178,86); }
td.TdClassName
{
border-color: #E9B256;
}
.TagClassName
{
border-color: #E9B256;
}
</style>