Shades of Casablanca #ECB155
Tints of Casablanca #ECB155
RGB
CMYK
RGB Variations
Color information
#ECB155 (or 0xECB155) is known color: Casablanca. HEX triplet: EC, B1 and 55. RGB value is (236,177,85). Sum of RGB (Red+Green+Blue) = 236+177+85=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 85 (33.59% from 255 or 17.07% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB155 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB155 is #134EAA. Grayscale: #B8B8B8. Windows color (decimal): -1265323 or 5616108. OLE color: 5616108.
HSL color Cylindrical-coordinate representation of color #ECB155: hue angle of 36.56º degrees, saturation: 0.8, 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 #ECB155 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 85 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.07 |
| HSL | 36.56º | 0.8% | 0.63% | - |
| HSV(B) | 36.56º | 0.64% | 0.93% | - |
| XYZ | 51.95 | 49.93 | 15.49 | - |
| YUV | 184.15 | 72.05 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 85 | 0 | 0.25 | 0.64 | 0.07 | 36.56 | 0.8 | 0.63 |
| Hex | EC | B1 | 55 | 0 | 19 | 40 | 7 | 25 | 50 | 3F |
| Octal | 354 | 261 | 125 | 0 | 31 | 100 | 7 | 45 | 120 | 77 |
| Binary | 11101100 | 10110001 | 1010101 | 0 | 11001 | 1000000 | 111 | 100101 | 1010000 | 111111 |
Color Harmonies of #ECB155
Complementary color
Monochromatic Colors of #ECB155
Black with #ECB155
Text Example
Text Example
White with #ECB155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB155; }
p { color: rgb(236,177,85); }
H1.HeaderClassName
{
color: #ECB155;
}
.AnyTagClassName
{
color: #ECB155;
}
</style>
background-color css
<style>
a { background-color: #ECB155; }
a { background-color: rgb(236,177,85); }
div.DivClassName
{
background-color: #ECB155;
}
.BgClassName
{
background-color: #ECB155;
}
</style>
border-color css
<style>
span { border-color: #ECB155; }
span { border-color: rgb(236,177,85); }
td.TdClassName
{
border-color: #ECB155;
}
.TagClassName
{
border-color: #ECB155;
}
</style>