Shades of Casablanca #EEB557
Tints of Casablanca #EEB557
RGB
CMYK
RGB Variations
Color information
#EEB557 (or 0xEEB557) is known color: Casablanca. HEX triplet: EE, B5 and 57. RGB value is (238,181,87). Sum of RGB (Red+Green+Blue) = 238+181+87=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 181 (71.09% from 255 or 35.77% from 506); Blue value is 87 (34.38% from 255 or 17.19% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB557 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB557 is #114AA8. Grayscale: #BBBBBB. Windows color (decimal): -1133225 or 5748206. OLE color: 5748206.
HSL color Cylindrical-coordinate representation of color #EEB557: hue angle of 37.35º 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 #EEB557 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 181 | 87 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.07 |
| HSL | 37.35º | 0.82% | 0.64% | - |
| HSV(B) | 37.35º | 0.63% | 0.93% | - |
| XYZ | 53.5 | 51.91 | 16.22 | - |
| YUV | 187.33 | 71.38 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 181 | 87 | 0 | 0.24 | 0.63 | 0.07 | 37.35 | 0.82 | 0.64 |
| Hex | EE | B5 | 57 | 0 | 18 | 3F | 7 | 25 | 52 | 40 |
| Octal | 356 | 265 | 127 | 0 | 30 | 77 | 7 | 45 | 122 | 100 |
| Binary | 11101110 | 10110101 | 1010111 | 0 | 11000 | 111111 | 111 | 100101 | 1010010 | 1000000 |
Color Harmonies of #EEB557
Complementary color
Monochromatic Colors of #EEB557
Black with #EEB557
Text Example
Text Example
White with #EEB557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB557; }
p { color: rgb(238,181,87); }
H1.HeaderClassName
{
color: #EEB557;
}
.AnyTagClassName
{
color: #EEB557;
}
</style>
background-color css
<style>
a { background-color: #EEB557; }
a { background-color: rgb(238,181,87); }
div.DivClassName
{
background-color: #EEB557;
}
.BgClassName
{
background-color: #EEB557;
}
</style>
border-color css
<style>
span { border-color: #EEB557; }
span { border-color: rgb(238,181,87); }
td.TdClassName
{
border-color: #EEB557;
}
.TagClassName
{
border-color: #EEB557;
}
</style>