Shades of Casablanca #EEB152
Tints of Casablanca #EEB152
RGB
CMYK
RGB Variations
Color information
#EEB152 (or 0xEEB152) is known color: Casablanca. HEX triplet: EE, B1 and 52. RGB value is (238,177,82). Sum of RGB (Red+Green+Blue) = 238+177+82=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 82 (32.42% from 255 or 16.50% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB152 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB152 is #114EAD. Grayscale: #B8B8B8. Windows color (decimal): -1134254 or 5419502. OLE color: 5419502.
HSL color Cylindrical-coordinate representation of color #EEB152: hue angle of 36.54º 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 #EEB152 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 177 | 82 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.07 |
| HSL | 36.54º | 0.82% | 0.63% | - |
| HSV(B) | 36.54º | 0.66% | 0.93% | - |
| XYZ | 52.51 | 50.23 | 14.91 | - |
| YUV | 184.41 | 70.21 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 177 | 82 | 0 | 0.26 | 0.66 | 0.07 | 36.54 | 0.82 | 0.63 |
| Hex | EE | B1 | 52 | 0 | 1A | 42 | 7 | 25 | 52 | 3F |
| Octal | 356 | 261 | 122 | 0 | 32 | 102 | 7 | 45 | 122 | 77 |
| Binary | 11101110 | 10110001 | 1010010 | 0 | 11010 | 1000010 | 111 | 100101 | 1010010 | 111111 |
Color Harmonies of #EEB152
Complementary color
Monochromatic Colors of #EEB152
Black with #EEB152
Text Example
Text Example
White with #EEB152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB152; }
p { color: rgb(238,177,82); }
H1.HeaderClassName
{
color: #EEB152;
}
.AnyTagClassName
{
color: #EEB152;
}
</style>
background-color css
<style>
a { background-color: #EEB152; }
a { background-color: rgb(238,177,82); }
div.DivClassName
{
background-color: #EEB152;
}
.BgClassName
{
background-color: #EEB152;
}
</style>
border-color css
<style>
span { border-color: #EEB152; }
span { border-color: rgb(238,177,82); }
td.TdClassName
{
border-color: #EEB152;
}
.TagClassName
{
border-color: #EEB152;
}
</style>