Shades of Casablanca #ECAB53
Tints of Casablanca #ECAB53
RGB
CMYK
RGB Variations
Color information
#ECAB53 (or 0xECAB53) is known color: Casablanca. HEX triplet: EC, AB and 53. RGB value is (236,171,83). Sum of RGB (Red+Green+Blue) = 236+171+83=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 83 (32.81% from 255 or 16.94% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAB53 is #1354AC. Grayscale: #B4B4B4. Windows color (decimal): -1266861 or 5483500. OLE color: 5483500.
HSL color Cylindrical-coordinate representation of color #ECAB53: hue angle of 34.51º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ECAB53 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 83 | - |
| CMYK | 0 | 0.28 | 0.65 | 0.07 |
| HSL | 34.51º | 0.8% | 0.63% | - |
| HSV(B) | 34.51º | 0.65% | 0.93% | - |
| XYZ | 50.72 | 47.58 | 14.7 | - |
| YUV | 180.4 | 73.03 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 83 | 0 | 0.28 | 0.65 | 0.07 | 34.51 | 0.8 | 0.63 |
| Hex | EC | AB | 53 | 0 | 1C | 41 | 7 | 23 | 50 | 3F |
| Octal | 354 | 253 | 123 | 0 | 34 | 101 | 7 | 43 | 120 | 77 |
| Binary | 11101100 | 10101011 | 1010011 | 0 | 11100 | 1000001 | 111 | 100011 | 1010000 | 111111 |
Color Harmonies of #ECAB53
Complementary color
Monochromatic Colors of #ECAB53
Black with #ECAB53
Text Example
Text Example
White with #ECAB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAB53; }
p { color: rgb(236,171,83); }
H1.HeaderClassName
{
color: #ECAB53;
}
.AnyTagClassName
{
color: #ECAB53;
}
</style>
background-color css
<style>
a { background-color: #ECAB53; }
a { background-color: rgb(236,171,83); }
div.DivClassName
{
background-color: #ECAB53;
}
.BgClassName
{
background-color: #ECAB53;
}
</style>
border-color css
<style>
span { border-color: #ECAB53; }
span { border-color: rgb(236,171,83); }
td.TdClassName
{
border-color: #ECAB53;
}
.TagClassName
{
border-color: #ECAB53;
}
</style>