Shades of Casablanca #EEB059
Tints of Casablanca #EEB059
RGB
CMYK
RGB Variations
Color information
#EEB059 (or 0xEEB059) is known color: Casablanca. HEX triplet: EE, B0 and 59. RGB value is (238,176,89). Sum of RGB (Red+Green+Blue) = 238+176+89=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 89 (35.16% from 255 or 17.69% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB059 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB059 is #114FA6. Grayscale: #B9B9B9. Windows color (decimal): -1134503 or 5877998. OLE color: 5877998.
HSL color Cylindrical-coordinate representation of color #EEB059: hue angle of 35.03º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EEB059 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 89 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.07 |
| HSL | 35.03º | 0.81% | 0.64% | - |
| HSV(B) | 35.03º | 0.63% | 0.93% | - |
| XYZ | 52.59 | 49.95 | 16.32 | - |
| YUV | 184.62 | 74.04 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 89 | 0 | 0.26 | 0.63 | 0.07 | 35.03 | 0.81 | 0.64 |
| Hex | EE | B0 | 59 | 0 | 1A | 3F | 7 | 23 | 51 | 40 |
| Octal | 356 | 260 | 131 | 0 | 32 | 77 | 7 | 43 | 121 | 100 |
| Binary | 11101110 | 10110000 | 1011001 | 0 | 11010 | 111111 | 111 | 100011 | 1010001 | 1000000 |
Color Harmonies of #EEB059
Complementary color
Monochromatic Colors of #EEB059
Black with #EEB059
Text Example
Text Example
White with #EEB059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB059; }
p { color: rgb(238,176,89); }
H1.HeaderClassName
{
color: #EEB059;
}
.AnyTagClassName
{
color: #EEB059;
}
</style>
background-color css
<style>
a { background-color: #EEB059; }
a { background-color: rgb(238,176,89); }
div.DivClassName
{
background-color: #EEB059;
}
.BgClassName
{
background-color: #EEB059;
}
</style>
border-color css
<style>
span { border-color: #EEB059; }
span { border-color: rgb(238,176,89); }
td.TdClassName
{
border-color: #EEB059;
}
.TagClassName
{
border-color: #EEB059;
}
</style>