Shades of Casablanca #ECAC58
Tints of Casablanca #ECAC58
RGB
CMYK
RGB Variations
Color information
#ECAC58 (or 0xECAC58) is known color: Casablanca. HEX triplet: EC, AC and 58. RGB value is (236,172,88). Sum of RGB (Red+Green+Blue) = 236+172+88=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 88 (34.77% from 255 or 17.74% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAC58 is #1353A7. Grayscale: #B5B5B5. Windows color (decimal): -1266600 or 5811436. OLE color: 5811436.
HSL color Cylindrical-coordinate representation of color #ECAC58: hue angle of 34.05º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ECAC58 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 88 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.07 |
| HSL | 34.05º | 0.8% | 0.64% | - |
| HSV(B) | 34.05º | 0.63% | 0.93% | - |
| XYZ | 51.11 | 48.04 | 15.81 | - |
| YUV | 181.56 | 75.2 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 88 | 0 | 0.27 | 0.63 | 0.07 | 34.05 | 0.8 | 0.64 |
| Hex | EC | AC | 58 | 0 | 1B | 3F | 7 | 22 | 50 | 40 |
| Octal | 354 | 254 | 130 | 0 | 33 | 77 | 7 | 42 | 120 | 100 |
| Binary | 11101100 | 10101100 | 1011000 | 0 | 11011 | 111111 | 111 | 100010 | 1010000 | 1000000 |
Color Harmonies of #ECAC58
Complementary color
Monochromatic Colors of #ECAC58
Black with #ECAC58
Text Example
Text Example
White with #ECAC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAC58; }
p { color: rgb(236,172,88); }
H1.HeaderClassName
{
color: #ECAC58;
}
.AnyTagClassName
{
color: #ECAC58;
}
</style>
background-color css
<style>
a { background-color: #ECAC58; }
a { background-color: rgb(236,172,88); }
div.DivClassName
{
background-color: #ECAC58;
}
.BgClassName
{
background-color: #ECAC58;
}
</style>
border-color css
<style>
span { border-color: #ECAC58; }
span { border-color: rgb(236,172,88); }
td.TdClassName
{
border-color: #ECAC58;
}
.TagClassName
{
border-color: #ECAC58;
}
</style>