Shades of Casablanca #EEB552
Tints of Casablanca #EEB552
RGB
CMYK
RGB Variations
Color information
#EEB552 (or 0xEEB552) is known color: Casablanca. HEX triplet: EE, B5 and 52. RGB value is (238,181,82). Sum of RGB (Red+Green+Blue) = 238+181+82=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 82 (32.42% from 255 or 16.37% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB552 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB552 is #114AAD. Grayscale: #BBBBBB. Windows color (decimal): -1133230 or 5420526. OLE color: 5420526.
HSL color Cylindrical-coordinate representation of color #EEB552: hue angle of 38.08º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EEB552 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 181 | 82 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.07 |
| HSL | 38.08º | 0.82% | 0.63% | - |
| HSV(B) | 38.08º | 0.66% | 0.93% | - |
| XYZ | 53.31 | 51.83 | 15.18 | - |
| YUV | 186.76 | 68.88 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 181 | 82 | 0 | 0.24 | 0.66 | 0.07 | 38.08 | 0.82 | 0.63 |
| Hex | EE | B5 | 52 | 0 | 18 | 42 | 7 | 26 | 52 | 3F |
| Octal | 356 | 265 | 122 | 0 | 30 | 102 | 7 | 46 | 122 | 77 |
| Binary | 11101110 | 10110101 | 1010010 | 0 | 11000 | 1000010 | 111 | 100110 | 1010010 | 111111 |
Color Harmonies of #EEB552
Complementary color
Monochromatic Colors of #EEB552
Black with #EEB552
Text Example
Text Example
White with #EEB552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB552; }
p { color: rgb(238,181,82); }
H1.HeaderClassName
{
color: #EEB552;
}
.AnyTagClassName
{
color: #EEB552;
}
</style>
background-color css
<style>
a { background-color: #EEB552; }
a { background-color: rgb(238,181,82); }
div.DivClassName
{
background-color: #EEB552;
}
.BgClassName
{
background-color: #EEB552;
}
</style>
border-color css
<style>
span { border-color: #EEB552; }
span { border-color: rgb(238,181,82); }
td.TdClassName
{
border-color: #EEB552;
}
.TagClassName
{
border-color: #EEB552;
}
</style>