Shades of Casablanca #E9B259
Tints of Casablanca #E9B259
RGB
CMYK
RGB Variations
Color information
#E9B259 (or 0xE9B259) is known color: Casablanca. HEX triplet: E9, B2 and 59. RGB value is (233,178,89). Sum of RGB (Red+Green+Blue) = 233+178+89=500 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.6% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 89 (35.16% from 255 or 17.8% from 500); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B259 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9B259 is #164DA6. Grayscale: #B8B8B8. Windows color (decimal): -1461671 or 5878505. OLE color: 5878505.
HSL color Cylindrical-coordinate representation of color #E9B259: hue angle of 37.08º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E9B259 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 178 | 89 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.09 |
| HSL | 37.08º | 0.77% | 0.63% | - |
| HSV(B) | 37.08º | 0.62% | 0.91% | - |
| XYZ | 51.33 | 49.89 | 16.37 | - |
| YUV | 184.3 | 74.22 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 178 | 89 | 0 | 0.24 | 0.62 | 0.09 | 37.08 | 0.77 | 0.63 |
| Hex | E9 | B2 | 59 | 0 | 18 | 3E | 9 | 25 | 4D | 3F |
| Octal | 351 | 262 | 131 | 0 | 30 | 76 | 11 | 45 | 115 | 77 |
| Binary | 11101001 | 10110010 | 1011001 | 0 | 11000 | 111110 | 1001 | 100101 | 1001101 | 111111 |
Color Harmonies of #E9B259
Complementary color
Monochromatic Colors of #E9B259
Black with #E9B259
Text Example
Text Example
White with #E9B259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B259; }
p { color: rgb(233,178,89); }
H1.HeaderClassName
{
color: #E9B259;
}
.AnyTagClassName
{
color: #E9B259;
}
</style>
background-color css
<style>
a { background-color: #E9B259; }
a { background-color: rgb(233,178,89); }
div.DivClassName
{
background-color: #E9B259;
}
.BgClassName
{
background-color: #E9B259;
}
</style>
border-color css
<style>
span { border-color: #E9B259; }
span { border-color: rgb(233,178,89); }
td.TdClassName
{
border-color: #E9B259;
}
.TagClassName
{
border-color: #E9B259;
}
</style>