Shades of Casablanca #EEB558
Tints of Casablanca #EEB558
RGB
CMYK
RGB Variations
Color information
#EEB558 (or 0xEEB558) is known color: Casablanca. HEX triplet: EE, B5 and 58. RGB value is (238,181,88). Sum of RGB (Red+Green+Blue) = 238+181+88=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 88 (34.77% from 255 or 17.36% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB558 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB558 is #114AA7. Grayscale: #BBBBBB. Windows color (decimal): -1133224 or 5813742. OLE color: 5813742.
HSL color Cylindrical-coordinate representation of color #EEB558: hue angle of 37.2º degrees, saturation: 0.82, 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 #EEB558 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 181 | 88 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.07 |
| HSL | 37.2º | 0.82% | 0.64% | - |
| HSV(B) | 37.2º | 0.63% | 0.93% | - |
| XYZ | 53.55 | 51.93 | 16.43 | - |
| YUV | 187.44 | 71.88 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 181 | 88 | 0 | 0.24 | 0.63 | 0.07 | 37.2 | 0.82 | 0.64 |
| Hex | EE | B5 | 58 | 0 | 18 | 3F | 7 | 25 | 52 | 40 |
| Octal | 356 | 265 | 130 | 0 | 30 | 77 | 7 | 45 | 122 | 100 |
| Binary | 11101110 | 10110101 | 1011000 | 0 | 11000 | 111111 | 111 | 100101 | 1010010 | 1000000 |
Color Harmonies of #EEB558
Complementary color
Monochromatic Colors of #EEB558
Black with #EEB558
Text Example
Text Example
White with #EEB558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB558; }
p { color: rgb(238,181,88); }
H1.HeaderClassName
{
color: #EEB558;
}
.AnyTagClassName
{
color: #EEB558;
}
</style>
background-color css
<style>
a { background-color: #EEB558; }
a { background-color: rgb(238,181,88); }
div.DivClassName
{
background-color: #EEB558;
}
.BgClassName
{
background-color: #EEB558;
}
</style>
border-color css
<style>
span { border-color: #EEB558; }
span { border-color: rgb(238,181,88); }
td.TdClassName
{
border-color: #EEB558;
}
.TagClassName
{
border-color: #EEB558;
}
</style>