Shades of Casablanca #ECAE49
Tints of Casablanca #ECAE49
RGB
CMYK
RGB Variations
Color information
#ECAE49 (or 0xECAE49) is known color: Casablanca. HEX triplet: EC, AE and 49. RGB value is (236,174,73). Sum of RGB (Red+Green+Blue) = 236+174+73=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 73 (28.91% from 255 or 15.11% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAE49 is #1351B6. Grayscale: #B5B5B5. Windows color (decimal): -1266103 or 4828908. OLE color: 4828908.
HSL color Cylindrical-coordinate representation of color #ECAE49: hue angle of 37.18º 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 #ECAE49 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 174 | 73 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.07 |
| HSL | 37.18º | 0.81% | 0.61% | - |
| HSV(B) | 37.18º | 0.69% | 0.93% | - |
| XYZ | 50.93 | 48.59 | 13 | - |
| YUV | 181.02 | 67.04 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 174 | 73 | 0 | 0.26 | 0.69 | 0.07 | 37.18 | 0.81 | 0.61 |
| Hex | EC | AE | 49 | 0 | 1A | 45 | 7 | 25 | 51 | 3D |
| Octal | 354 | 256 | 111 | 0 | 32 | 105 | 7 | 45 | 121 | 75 |
| Binary | 11101100 | 10101110 | 1001001 | 0 | 11010 | 1000101 | 111 | 100101 | 1010001 | 111101 |
Color Harmonies of #ECAE49
Complementary color
Monochromatic Colors of #ECAE49
Black with #ECAE49
Text Example
Text Example
White with #ECAE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAE49; }
p { color: rgb(236,174,73); }
H1.HeaderClassName
{
color: #ECAE49;
}
.AnyTagClassName
{
color: #ECAE49;
}
</style>
background-color css
<style>
a { background-color: #ECAE49; }
a { background-color: rgb(236,174,73); }
div.DivClassName
{
background-color: #ECAE49;
}
.BgClassName
{
background-color: #ECAE49;
}
</style>
border-color css
<style>
span { border-color: #ECAE49; }
span { border-color: rgb(236,174,73); }
td.TdClassName
{
border-color: #ECAE49;
}
.TagClassName
{
border-color: #ECAE49;
}
</style>