Shades of Casablanca #ECAB47
Tints of Casablanca #ECAB47
RGB
CMYK
RGB Variations
Color information
#ECAB47 (or 0xECAB47) is known color: Casablanca. HEX triplet: EC, AB and 47. RGB value is (236,171,71). Sum of RGB (Red+Green+Blue) = 236+171+71=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 71 (28.12% from 255 or 14.85% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAB47 is #1354B8. Grayscale: #B3B3B3. Windows color (decimal): -1266873 or 4697068. OLE color: 4697068.
HSL color Cylindrical-coordinate representation of color #ECAB47: hue angle of 36.36º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ECAB47 is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 71 | - |
| CMYK | 0 | 0.28 | 0.70 | 0.07 |
| HSL | 36.36º | 0.81% | 0.6% | - |
| HSV(B) | 36.36º | 0.7% | 0.93% | - |
| XYZ | 50.29 | 47.41 | 12.46 | - |
| YUV | 179.04 | 67.03 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 71 | 0 | 0.28 | 0.70 | 0.07 | 36.36 | 0.81 | 0.6 |
| Hex | EC | AB | 47 | 0 | 1C | 46 | 7 | 24 | 51 | 3C |
| Octal | 354 | 253 | 107 | 0 | 34 | 106 | 7 | 44 | 121 | 74 |
| Binary | 11101100 | 10101011 | 1000111 | 0 | 11100 | 1000110 | 111 | 100100 | 1010001 | 111100 |
Color Harmonies of #ECAB47
Complementary color
Monochromatic Colors of #ECAB47
Black with #ECAB47
Text Example
Text Example
White with #ECAB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAB47; }
p { color: rgb(236,171,71); }
H1.HeaderClassName
{
color: #ECAB47;
}
.AnyTagClassName
{
color: #ECAB47;
}
</style>
background-color css
<style>
a { background-color: #ECAB47; }
a { background-color: rgb(236,171,71); }
div.DivClassName
{
background-color: #ECAB47;
}
.BgClassName
{
background-color: #ECAB47;
}
</style>
border-color css
<style>
span { border-color: #ECAB47; }
span { border-color: rgb(236,171,71); }
td.TdClassName
{
border-color: #ECAB47;
}
.TagClassName
{
border-color: #ECAB47;
}
</style>