Shades of Casablanca #ECAB55
Tints of Casablanca #ECAB55
RGB
CMYK
RGB Variations
Color information
#ECAB55 (or 0xECAB55) is known color: Casablanca. HEX triplet: EC, AB and 55. RGB value is (236,171,85). Sum of RGB (Red+Green+Blue) = 236+171+85=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 85 (33.59% from 255 or 17.28% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAB55 is #1354AA. Grayscale: #B5B5B5. Windows color (decimal): -1266859 or 5614572. OLE color: 5614572.
HSL color Cylindrical-coordinate representation of color #ECAB55: hue angle of 34.17º 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 #ECAB55 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 85 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.07 |
| HSL | 34.17º | 0.8% | 0.63% | - |
| HSV(B) | 34.17º | 0.64% | 0.93% | - |
| XYZ | 50.79 | 47.61 | 15.11 | - |
| YUV | 180.63 | 74.03 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 85 | 0 | 0.28 | 0.64 | 0.07 | 34.17 | 0.8 | 0.63 |
| Hex | EC | AB | 55 | 0 | 1C | 40 | 7 | 22 | 50 | 3F |
| Octal | 354 | 253 | 125 | 0 | 34 | 100 | 7 | 42 | 120 | 77 |
| Binary | 11101100 | 10101011 | 1010101 | 0 | 11100 | 1000000 | 111 | 100010 | 1010000 | 111111 |
Color Harmonies of #ECAB55
Complementary color
Monochromatic Colors of #ECAB55
Black with #ECAB55
Text Example
Text Example
White with #ECAB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAB55; }
p { color: rgb(236,171,85); }
H1.HeaderClassName
{
color: #ECAB55;
}
.AnyTagClassName
{
color: #ECAB55;
}
</style>
background-color css
<style>
a { background-color: #ECAB55; }
a { background-color: rgb(236,171,85); }
div.DivClassName
{
background-color: #ECAB55;
}
.BgClassName
{
background-color: #ECAB55;
}
</style>
border-color css
<style>
span { border-color: #ECAB55; }
span { border-color: rgb(236,171,85); }
td.TdClassName
{
border-color: #ECAB55;
}
.TagClassName
{
border-color: #ECAB55;
}
</style>