Shades of Casablanca #EEB155
Tints of Casablanca #EEB155
RGB
CMYK
RGB Variations
Color information
#EEB155 (or 0xEEB155) is known color: Casablanca. HEX triplet: EE, B1 and 55. RGB value is (238,177,85). Sum of RGB (Red+Green+Blue) = 238+177+85=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 85 (33.59% from 255 or 17% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB155 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB155 is #114EAA. Grayscale: #B9B9B9. Windows color (decimal): -1134251 or 5616110. OLE color: 5616110.
HSL color Cylindrical-coordinate representation of color #EEB155: hue angle of 36.08º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EEB155 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 177 | 85 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.07 |
| HSL | 36.08º | 0.82% | 0.63% | - |
| HSV(B) | 36.08º | 0.64% | 0.93% | - |
| XYZ | 52.62 | 50.28 | 15.53 | - |
| YUV | 184.75 | 71.71 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 177 | 85 | 0 | 0.26 | 0.64 | 0.07 | 36.08 | 0.82 | 0.63 |
| Hex | EE | B1 | 55 | 0 | 1A | 40 | 7 | 24 | 52 | 3F |
| Octal | 356 | 261 | 125 | 0 | 32 | 100 | 7 | 44 | 122 | 77 |
| Binary | 11101110 | 10110001 | 1010101 | 0 | 11010 | 1000000 | 111 | 100100 | 1010010 | 111111 |
Color Harmonies of #EEB155
Complementary color
Monochromatic Colors of #EEB155
Black with #EEB155
Text Example
Text Example
White with #EEB155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB155; }
p { color: rgb(238,177,85); }
H1.HeaderClassName
{
color: #EEB155;
}
.AnyTagClassName
{
color: #EEB155;
}
</style>
background-color css
<style>
a { background-color: #EEB155; }
a { background-color: rgb(238,177,85); }
div.DivClassName
{
background-color: #EEB155;
}
.BgClassName
{
background-color: #EEB155;
}
</style>
border-color css
<style>
span { border-color: #EEB155; }
span { border-color: rgb(238,177,85); }
td.TdClassName
{
border-color: #EEB155;
}
.TagClassName
{
border-color: #EEB155;
}
</style>