Shades of Casablanca #ECAB54
Tints of Casablanca #ECAB54
RGB
CMYK
RGB Variations
Color information
#ECAB54 (or 0xECAB54) is known color: Casablanca. HEX triplet: EC, AB and 54. RGB value is (236,171,84). Sum of RGB (Red+Green+Blue) = 236+171+84=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 84 (33.20% from 255 or 17.11% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAB54 is #1354AB. Grayscale: #B4B4B4. Windows color (decimal): -1266860 or 5549036. OLE color: 5549036.
HSL color Cylindrical-coordinate representation of color #ECAB54: hue angle of 34.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 #ECAB54 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 84 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.07 |
| HSL | 34.34º | 0.8% | 0.63% | - |
| HSV(B) | 34.34º | 0.64% | 0.93% | - |
| XYZ | 50.76 | 47.6 | 14.9 | - |
| YUV | 180.52 | 73.53 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 84 | 0 | 0.28 | 0.64 | 0.07 | 34.34 | 0.8 | 0.63 |
| Hex | EC | AB | 54 | 0 | 1C | 40 | 7 | 22 | 50 | 3F |
| Octal | 354 | 253 | 124 | 0 | 34 | 100 | 7 | 42 | 120 | 77 |
| Binary | 11101100 | 10101011 | 1010100 | 0 | 11100 | 1000000 | 111 | 100010 | 1010000 | 111111 |
Color Harmonies of #ECAB54
Complementary color
Monochromatic Colors of #ECAB54
Black with #ECAB54
Text Example
Text Example
White with #ECAB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAB54; }
p { color: rgb(236,171,84); }
H1.HeaderClassName
{
color: #ECAB54;
}
.AnyTagClassName
{
color: #ECAB54;
}
</style>
background-color css
<style>
a { background-color: #ECAB54; }
a { background-color: rgb(236,171,84); }
div.DivClassName
{
background-color: #ECAB54;
}
.BgClassName
{
background-color: #ECAB54;
}
</style>
border-color css
<style>
span { border-color: #ECAB54; }
span { border-color: rgb(236,171,84); }
td.TdClassName
{
border-color: #ECAB54;
}
.TagClassName
{
border-color: #ECAB54;
}
</style>