Shades of Casablanca #ECA654
Tints of Casablanca #ECA654
RGB
CMYK
RGB Variations
Color information
#ECA654 (or 0xECA654) is known color: Casablanca. HEX triplet: EC, A6 and 54. RGB value is (236,166,84). Sum of RGB (Red+Green+Blue) = 236+166+84=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 84 (33.20% from 255 or 17.28% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA654 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA654 is #1359AB. Grayscale: #B1B1B1. Windows color (decimal): -1268140 or 5547756. OLE color: 5547756.
HSL color Cylindrical-coordinate representation of color #ECA654: hue angle of 32.37º 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 #ECA654 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 166 | 84 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.07 |
| HSL | 32.37º | 0.8% | 0.63% | - |
| HSV(B) | 32.37º | 0.64% | 0.93% | - |
| XYZ | 49.83 | 45.75 | 14.59 | - |
| YUV | 177.58 | 75.19 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 166 | 84 | 0 | 0.30 | 0.64 | 0.07 | 32.37 | 0.8 | 0.63 |
| Hex | EC | A6 | 54 | 0 | 1E | 40 | 7 | 20 | 50 | 3F |
| Octal | 354 | 246 | 124 | 0 | 36 | 100 | 7 | 40 | 120 | 77 |
| Binary | 11101100 | 10100110 | 1010100 | 0 | 11110 | 1000000 | 111 | 100000 | 1010000 | 111111 |
Color Harmonies of #ECA654
Complementary color
Monochromatic Colors of #ECA654
Black with #ECA654
Text Example
Text Example
White with #ECA654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA654; }
p { color: rgb(236,166,84); }
H1.HeaderClassName
{
color: #ECA654;
}
.AnyTagClassName
{
color: #ECA654;
}
</style>
background-color css
<style>
a { background-color: #ECA654; }
a { background-color: rgb(236,166,84); }
div.DivClassName
{
background-color: #ECA654;
}
.BgClassName
{
background-color: #ECA654;
}
</style>
border-color css
<style>
span { border-color: #ECA654; }
span { border-color: rgb(236,166,84); }
td.TdClassName
{
border-color: #ECA654;
}
.TagClassName
{
border-color: #ECA654;
}
</style>