Shades of Casablanca #EEB053
Tints of Casablanca #EEB053
RGB
CMYK
RGB Variations
Color information
#EEB053 (or 0xEEB053) is known color: Casablanca. HEX triplet: EE, B0 and 53. RGB value is (238,176,83). Sum of RGB (Red+Green+Blue) = 238+176+83=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 83 (32.81% from 255 or 16.70% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB053 is #114FAC. Grayscale: #B8B8B8. Windows color (decimal): -1134509 or 5484782. OLE color: 5484782.
HSL color Cylindrical-coordinate representation of color #EEB053: hue angle of 36º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EEB053 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 83 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.07 |
| HSL | 36º | 0.82% | 0.63% | - |
| HSV(B) | 36º | 0.65% | 0.93% | - |
| XYZ | 52.35 | 49.85 | 15.05 | - |
| YUV | 183.94 | 71.04 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 83 | 0 | 0.26 | 0.65 | 0.07 | 36 | 0.82 | 0.63 |
| Hex | EE | B0 | 53 | 0 | 1A | 41 | 7 | 24 | 52 | 3F |
| Octal | 356 | 260 | 123 | 0 | 32 | 101 | 7 | 44 | 122 | 77 |
| Binary | 11101110 | 10110000 | 1010011 | 0 | 11010 | 1000001 | 111 | 100100 | 1010010 | 111111 |
Color Harmonies of #EEB053
Complementary color
Monochromatic Colors of #EEB053
Black with #EEB053
Text Example
Text Example
White with #EEB053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB053; }
p { color: rgb(238,176,83); }
H1.HeaderClassName
{
color: #EEB053;
}
.AnyTagClassName
{
color: #EEB053;
}
</style>
background-color css
<style>
a { background-color: #EEB053; }
a { background-color: rgb(238,176,83); }
div.DivClassName
{
background-color: #EEB053;
}
.BgClassName
{
background-color: #EEB053;
}
</style>
border-color css
<style>
span { border-color: #EEB053; }
span { border-color: rgb(238,176,83); }
td.TdClassName
{
border-color: #EEB053;
}
.TagClassName
{
border-color: #EEB053;
}
</style>