Shades of Casablanca #ECAB51
Tints of Casablanca #ECAB51
RGB
CMYK
RGB Variations
Color information
#ECAB51 (or 0xECAB51) is known color: Casablanca. HEX triplet: EC, AB and 51. RGB value is (236,171,81). Sum of RGB (Red+Green+Blue) = 236+171+81=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 81 (32.03% from 255 or 16.60% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAB51 is #1354AE. Grayscale: #B4B4B4. Windows color (decimal): -1266863 or 5352428. OLE color: 5352428.
HSL color Cylindrical-coordinate representation of color #ECAB51: hue angle of 34.84º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ECAB51 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 81 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.07 |
| HSL | 34.84º | 0.8% | 0.62% | - |
| HSV(B) | 34.84º | 0.66% | 0.93% | - |
| XYZ | 50.64 | 47.55 | 14.29 | - |
| YUV | 180.18 | 72.03 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 81 | 0 | 0.28 | 0.66 | 0.07 | 34.84 | 0.8 | 0.62 |
| Hex | EC | AB | 51 | 0 | 1C | 42 | 7 | 23 | 50 | 3E |
| Octal | 354 | 253 | 121 | 0 | 34 | 102 | 7 | 43 | 120 | 76 |
| Binary | 11101100 | 10101011 | 1010001 | 0 | 11100 | 1000010 | 111 | 100011 | 1010000 | 111110 |
Color Harmonies of #ECAB51
Complementary color
Monochromatic Colors of #ECAB51
Black with #ECAB51
Text Example
Text Example
White with #ECAB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAB51; }
p { color: rgb(236,171,81); }
H1.HeaderClassName
{
color: #ECAB51;
}
.AnyTagClassName
{
color: #ECAB51;
}
</style>
background-color css
<style>
a { background-color: #ECAB51; }
a { background-color: rgb(236,171,81); }
div.DivClassName
{
background-color: #ECAB51;
}
.BgClassName
{
background-color: #ECAB51;
}
</style>
border-color css
<style>
span { border-color: #ECAB51; }
span { border-color: rgb(236,171,81); }
td.TdClassName
{
border-color: #ECAB51;
}
.TagClassName
{
border-color: #ECAB51;
}
</style>