Shades of Casablanca #ECA949
Tints of Casablanca #ECA949
RGB
CMYK
RGB Variations
Color information
#ECA949 (or 0xECA949) is known color: Casablanca. HEX triplet: EC, A9 and 49. RGB value is (236,169,73). Sum of RGB (Red+Green+Blue) = 236+169+73=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 73 (28.91% from 255 or 15.27% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA949 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA949 is #1356B6. Grayscale: #B2B2B2. Windows color (decimal): -1267383 or 4827628. OLE color: 4827628.
HSL color Cylindrical-coordinate representation of color #ECA949: hue angle of 35.34º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ECA949 is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 169 | 73 | - |
| CMYK | 0 | 0.28 | 0.69 | 0.07 |
| HSL | 35.34º | 0.81% | 0.61% | - |
| HSV(B) | 35.34º | 0.69% | 0.93% | - |
| XYZ | 49.98 | 46.69 | 12.68 | - |
| YUV | 178.09 | 68.7 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 169 | 73 | 0 | 0.28 | 0.69 | 0.07 | 35.34 | 0.81 | 0.61 |
| Hex | EC | A9 | 49 | 0 | 1C | 45 | 7 | 23 | 51 | 3D |
| Octal | 354 | 251 | 111 | 0 | 34 | 105 | 7 | 43 | 121 | 75 |
| Binary | 11101100 | 10101001 | 1001001 | 0 | 11100 | 1000101 | 111 | 100011 | 1010001 | 111101 |
Color Harmonies of #ECA949
Complementary color
Monochromatic Colors of #ECA949
Black with #ECA949
Text Example
Text Example
White with #ECA949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA949; }
p { color: rgb(236,169,73); }
H1.HeaderClassName
{
color: #ECA949;
}
.AnyTagClassName
{
color: #ECA949;
}
</style>
background-color css
<style>
a { background-color: #ECA949; }
a { background-color: rgb(236,169,73); }
div.DivClassName
{
background-color: #ECA949;
}
.BgClassName
{
background-color: #ECA949;
}
</style>
border-color css
<style>
span { border-color: #ECA949; }
span { border-color: rgb(236,169,73); }
td.TdClassName
{
border-color: #ECA949;
}
.TagClassName
{
border-color: #ECA949;
}
</style>