Shades of Casablanca #ECAB56
Tints of Casablanca #ECAB56
RGB
CMYK
RGB Variations
Color information
#ECAB56 (or 0xECAB56) is known color: Casablanca. HEX triplet: EC, AB and 56. RGB value is (236,171,86). Sum of RGB (Red+Green+Blue) = 236+171+86=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 86 (33.98% from 255 or 17.44% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAB56 is #1354A9. Grayscale: #B5B5B5. Windows color (decimal): -1266858 or 5680108. OLE color: 5680108.
HSL color Cylindrical-coordinate representation of color #ECAB56: hue angle of 34º 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 #ECAB56 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 86 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.07 |
| HSL | 34º | 0.8% | 0.63% | - |
| HSV(B) | 34º | 0.64% | 0.93% | - |
| XYZ | 50.83 | 47.63 | 15.32 | - |
| YUV | 180.75 | 74.53 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 86 | 0 | 0.28 | 0.64 | 0.07 | 34 | 0.8 | 0.63 |
| Hex | EC | AB | 56 | 0 | 1C | 40 | 7 | 22 | 50 | 3F |
| Octal | 354 | 253 | 126 | 0 | 34 | 100 | 7 | 42 | 120 | 77 |
| Binary | 11101100 | 10101011 | 1010110 | 0 | 11100 | 1000000 | 111 | 100010 | 1010000 | 111111 |
Color Harmonies of #ECAB56
Complementary color
Monochromatic Colors of #ECAB56
Black with #ECAB56
Text Example
Text Example
White with #ECAB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAB56; }
p { color: rgb(236,171,86); }
H1.HeaderClassName
{
color: #ECAB56;
}
.AnyTagClassName
{
color: #ECAB56;
}
</style>
background-color css
<style>
a { background-color: #ECAB56; }
a { background-color: rgb(236,171,86); }
div.DivClassName
{
background-color: #ECAB56;
}
.BgClassName
{
background-color: #ECAB56;
}
</style>
border-color css
<style>
span { border-color: #ECAB56; }
span { border-color: rgb(236,171,86); }
td.TdClassName
{
border-color: #ECAB56;
}
.TagClassName
{
border-color: #ECAB56;
}
</style>