Shades of Casablanca #ECAB57
Tints of Casablanca #ECAB57
RGB
CMYK
RGB Variations
Color information
#ECAB57 (or 0xECAB57) is known color: Casablanca. HEX triplet: EC, AB and 57. RGB value is (236,171,87). Sum of RGB (Red+Green+Blue) = 236+171+87=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 87 (34.38% from 255 or 17.61% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAB57 is #1354A8. Grayscale: #B5B5B5. Windows color (decimal): -1266857 or 5745644. OLE color: 5745644.
HSL color Cylindrical-coordinate representation of color #ECAB57: hue angle of 33.83º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ECAB57 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 87 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.07 |
| HSL | 33.83º | 0.8% | 0.63% | - |
| HSV(B) | 33.83º | 0.63% | 0.93% | - |
| XYZ | 50.88 | 47.65 | 15.53 | - |
| YUV | 180.86 | 75.03 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 87 | 0 | 0.28 | 0.63 | 0.07 | 33.83 | 0.8 | 0.63 |
| Hex | EC | AB | 57 | 0 | 1C | 3F | 7 | 22 | 50 | 3F |
| Octal | 354 | 253 | 127 | 0 | 34 | 77 | 7 | 42 | 120 | 77 |
| Binary | 11101100 | 10101011 | 1010111 | 0 | 11100 | 111111 | 111 | 100010 | 1010000 | 111111 |
Color Harmonies of #ECAB57
Complementary color
Monochromatic Colors of #ECAB57
Black with #ECAB57
Text Example
Text Example
White with #ECAB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAB57; }
p { color: rgb(236,171,87); }
H1.HeaderClassName
{
color: #ECAB57;
}
.AnyTagClassName
{
color: #ECAB57;
}
</style>
background-color css
<style>
a { background-color: #ECAB57; }
a { background-color: rgb(236,171,87); }
div.DivClassName
{
background-color: #ECAB57;
}
.BgClassName
{
background-color: #ECAB57;
}
</style>
border-color css
<style>
span { border-color: #ECAB57; }
span { border-color: rgb(236,171,87); }
td.TdClassName
{
border-color: #ECAB57;
}
.TagClassName
{
border-color: #ECAB57;
}
</style>