Shades of Casablanca #ECA656
Tints of Casablanca #ECA656
RGB
CMYK
RGB Variations
Color information
#ECA656 (or 0xECA656) is known color: Casablanca. HEX triplet: EC, A6 and 56. RGB value is (236,166,86). Sum of RGB (Red+Green+Blue) = 236+166+86=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 86 (33.98% from 255 or 17.62% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA656 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA656 is #1359A9. Grayscale: #B2B2B2. Windows color (decimal): -1268138 or 5678828. OLE color: 5678828.
HSL color Cylindrical-coordinate representation of color #ECA656: hue angle of 32º 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 #ECA656 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 166 | 86 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.07 |
| HSL | 32º | 0.8% | 0.63% | - |
| HSV(B) | 32º | 0.64% | 0.93% | - |
| XYZ | 49.91 | 45.78 | 15.01 | - |
| YUV | 177.81 | 76.19 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 166 | 86 | 0 | 0.30 | 0.64 | 0.07 | 32 | 0.8 | 0.63 |
| Hex | EC | A6 | 56 | 0 | 1E | 40 | 7 | 20 | 50 | 3F |
| Octal | 354 | 246 | 126 | 0 | 36 | 100 | 7 | 40 | 120 | 77 |
| Binary | 11101100 | 10100110 | 1010110 | 0 | 11110 | 1000000 | 111 | 100000 | 1010000 | 111111 |
Color Harmonies of #ECA656
Complementary color
Monochromatic Colors of #ECA656
Black with #ECA656
Text Example
Text Example
White with #ECA656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA656; }
p { color: rgb(236,166,86); }
H1.HeaderClassName
{
color: #ECA656;
}
.AnyTagClassName
{
color: #ECA656;
}
</style>
background-color css
<style>
a { background-color: #ECA656; }
a { background-color: rgb(236,166,86); }
div.DivClassName
{
background-color: #ECA656;
}
.BgClassName
{
background-color: #ECA656;
}
</style>
border-color css
<style>
span { border-color: #ECA656; }
span { border-color: rgb(236,166,86); }
td.TdClassName
{
border-color: #ECA656;
}
.TagClassName
{
border-color: #ECA656;
}
</style>