Shades of Casablanca #ECAB59
Tints of Casablanca #ECAB59
RGB
CMYK
RGB Variations
Color information
#ECAB59 (or 0xECAB59) is known color: Casablanca. HEX triplet: EC, AB and 59. RGB value is (236,171,89). Sum of RGB (Red+Green+Blue) = 236+171+89=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 89 (35.16% from 255 or 17.94% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB59 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAB59 is #1354A6. Grayscale: #B5B5B5. Windows color (decimal): -1266855 or 5876716. OLE color: 5876716.
HSL color Cylindrical-coordinate representation of color #ECAB59: hue angle of 33.47º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ECAB59 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 89 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.07 |
| HSL | 33.47º | 0.79% | 0.64% | - |
| HSV(B) | 33.47º | 0.62% | 0.93% | - |
| XYZ | 50.96 | 47.68 | 15.97 | - |
| YUV | 181.09 | 76.03 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 89 | 0 | 0.28 | 0.62 | 0.07 | 33.47 | 0.79 | 0.64 |
| Hex | EC | AB | 59 | 0 | 1C | 3E | 7 | 21 | 4F | 40 |
| Octal | 354 | 253 | 131 | 0 | 34 | 76 | 7 | 41 | 117 | 100 |
| Binary | 11101100 | 10101011 | 1011001 | 0 | 11100 | 111110 | 111 | 100001 | 1001111 | 1000000 |
Color Harmonies of #ECAB59
Complementary color
Monochromatic Colors of #ECAB59
Black with #ECAB59
Text Example
Text Example
White with #ECAB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAB59; }
p { color: rgb(236,171,89); }
H1.HeaderClassName
{
color: #ECAB59;
}
.AnyTagClassName
{
color: #ECAB59;
}
</style>
background-color css
<style>
a { background-color: #ECAB59; }
a { background-color: rgb(236,171,89); }
div.DivClassName
{
background-color: #ECAB59;
}
.BgClassName
{
background-color: #ECAB59;
}
</style>
border-color css
<style>
span { border-color: #ECAB59; }
span { border-color: rgb(236,171,89); }
td.TdClassName
{
border-color: #ECAB59;
}
.TagClassName
{
border-color: #ECAB59;
}
</style>