Shades of Casablanca #ECAC50
Tints of Casablanca #ECAC50
RGB
CMYK
RGB Variations
Color information
#ECAC50 (or 0xECAC50) is known color: Casablanca. HEX triplet: EC, AC and 50. RGB value is (236,172,80). Sum of RGB (Red+Green+Blue) = 236+172+80=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 80 (31.64% from 255 or 16.39% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAC50 is #1353AF. Grayscale: #B5B5B5. Windows color (decimal): -1266608 or 5287148. OLE color: 5287148.
HSL color Cylindrical-coordinate representation of color #ECAC50: hue angle of 35.38º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ECAC50 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 80 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.07 |
| HSL | 35.38º | 0.8% | 0.62% | - |
| HSV(B) | 35.38º | 0.66% | 0.93% | - |
| XYZ | 50.79 | 47.92 | 14.16 | - |
| YUV | 180.65 | 71.2 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 80 | 0 | 0.27 | 0.66 | 0.07 | 35.38 | 0.8 | 0.62 |
| Hex | EC | AC | 50 | 0 | 1B | 42 | 7 | 23 | 50 | 3E |
| Octal | 354 | 254 | 120 | 0 | 33 | 102 | 7 | 43 | 120 | 76 |
| Binary | 11101100 | 10101100 | 1010000 | 0 | 11011 | 1000010 | 111 | 100011 | 1010000 | 111110 |
Color Harmonies of #ECAC50
Complementary color
Monochromatic Colors of #ECAC50
Black with #ECAC50
Text Example
Text Example
White with #ECAC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAC50; }
p { color: rgb(236,172,80); }
H1.HeaderClassName
{
color: #ECAC50;
}
.AnyTagClassName
{
color: #ECAC50;
}
</style>
background-color css
<style>
a { background-color: #ECAC50; }
a { background-color: rgb(236,172,80); }
div.DivClassName
{
background-color: #ECAC50;
}
.BgClassName
{
background-color: #ECAC50;
}
</style>
border-color css
<style>
span { border-color: #ECAC50; }
span { border-color: rgb(236,172,80); }
td.TdClassName
{
border-color: #ECAC50;
}
.TagClassName
{
border-color: #ECAC50;
}
</style>