Shades of Casablanca #ECAC4D
Tints of Casablanca #ECAC4D
RGB
CMYK
RGB Variations
Color information
#ECAC4D (or 0xECAC4D) is known color: Casablanca. HEX triplet: EC, AC and 4D. RGB value is (236,172,77). Sum of RGB (Red+Green+Blue) = 236+172+77=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 77 (30.47% from 255 or 15.88% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAC4D is #1353B2. Grayscale: #B4B4B4. Windows color (decimal): -1266611 or 5090540. OLE color: 5090540.
HSL color Cylindrical-coordinate representation of color #ECAC4D: hue angle of 35.85º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECAC4D is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 77 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.07 |
| HSL | 35.85º | 0.81% | 0.61% | - |
| HSV(B) | 35.85º | 0.67% | 0.93% | - |
| XYZ | 50.68 | 47.87 | 13.59 | - |
| YUV | 180.31 | 69.7 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 77 | 0 | 0.27 | 0.67 | 0.07 | 35.85 | 0.81 | 0.61 |
| Hex | EC | AC | 4D | 0 | 1B | 43 | 7 | 24 | 51 | 3D |
| Octal | 354 | 254 | 115 | 0 | 33 | 103 | 7 | 44 | 121 | 75 |
| Binary | 11101100 | 10101100 | 1001101 | 0 | 11011 | 1000011 | 111 | 100100 | 1010001 | 111101 |
Color Harmonies of #ECAC4D
Complementary color
Monochromatic Colors of #ECAC4D
Black with #ECAC4D
Text Example
Text Example
White with #ECAC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAC4D; }
p { color: rgb(236,172,77); }
H1.HeaderClassName
{
color: #ECAC4D;
}
.AnyTagClassName
{
color: #ECAC4D;
}
</style>
background-color css
<style>
a { background-color: #ECAC4D; }
a { background-color: rgb(236,172,77); }
div.DivClassName
{
background-color: #ECAC4D;
}
.BgClassName
{
background-color: #ECAC4D;
}
</style>
border-color css
<style>
span { border-color: #ECAC4D; }
span { border-color: rgb(236,172,77); }
td.TdClassName
{
border-color: #ECAC4D;
}
.TagClassName
{
border-color: #ECAC4D;
}
</style>