Shades of Casablanca #ECAC52
Tints of Casablanca #ECAC52
RGB
CMYK
RGB Variations
Color information
#ECAC52 (or 0xECAC52) is known color: Casablanca. HEX triplet: EC, AC and 52. RGB value is (236,172,82). Sum of RGB (Red+Green+Blue) = 236+172+82=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 82 (32.42% from 255 or 16.73% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAC52 is #1353AD. Grayscale: #B5B5B5. Windows color (decimal): -1266606 or 5418220. OLE color: 5418220.
HSL color Cylindrical-coordinate representation of color #ECAC52: hue angle of 35.06º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ECAC52 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 82 | - |
| CMYK | 0 | 0.27 | 0.65 | 0.07 |
| HSL | 35.06º | 0.8% | 0.62% | - |
| HSV(B) | 35.06º | 0.65% | 0.93% | - |
| XYZ | 50.87 | 47.95 | 14.56 | - |
| YUV | 180.88 | 72.2 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 82 | 0 | 0.27 | 0.65 | 0.07 | 35.06 | 0.8 | 0.62 |
| Hex | EC | AC | 52 | 0 | 1B | 41 | 7 | 23 | 50 | 3E |
| Octal | 354 | 254 | 122 | 0 | 33 | 101 | 7 | 43 | 120 | 76 |
| Binary | 11101100 | 10101100 | 1010010 | 0 | 11011 | 1000001 | 111 | 100011 | 1010000 | 111110 |
Color Harmonies of #ECAC52
Complementary color
Monochromatic Colors of #ECAC52
Black with #ECAC52
Text Example
Text Example
White with #ECAC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAC52; }
p { color: rgb(236,172,82); }
H1.HeaderClassName
{
color: #ECAC52;
}
.AnyTagClassName
{
color: #ECAC52;
}
</style>
background-color css
<style>
a { background-color: #ECAC52; }
a { background-color: rgb(236,172,82); }
div.DivClassName
{
background-color: #ECAC52;
}
.BgClassName
{
background-color: #ECAC52;
}
</style>
border-color css
<style>
span { border-color: #ECAC52; }
span { border-color: rgb(236,172,82); }
td.TdClassName
{
border-color: #ECAC52;
}
.TagClassName
{
border-color: #ECAC52;
}
</style>