Shades of Casablanca #ECAA55
Tints of Casablanca #ECAA55
RGB
CMYK
RGB Variations
Color information
#ECAA55 (or 0xECAA55) is known color: Casablanca. HEX triplet: EC, AA and 55. RGB value is (236,170,85). Sum of RGB (Red+Green+Blue) = 236+170+85=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 85 (33.59% from 255 or 17.31% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAA55 is #1355AA. Grayscale: #B4B4B4. Windows color (decimal): -1267115 or 5614316. OLE color: 5614316.
HSL color Cylindrical-coordinate representation of color #ECAA55: hue angle of 33.77º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ECAA55 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 85 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.07 |
| HSL | 33.77º | 0.8% | 0.63% | - |
| HSV(B) | 33.77º | 0.64% | 0.93% | - |
| XYZ | 50.61 | 47.24 | 15.04 | - |
| YUV | 180.04 | 74.37 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 85 | 0 | 0.28 | 0.64 | 0.07 | 33.77 | 0.8 | 0.63 |
| Hex | EC | AA | 55 | 0 | 1C | 40 | 7 | 22 | 50 | 3F |
| Octal | 354 | 252 | 125 | 0 | 34 | 100 | 7 | 42 | 120 | 77 |
| Binary | 11101100 | 10101010 | 1010101 | 0 | 11100 | 1000000 | 111 | 100010 | 1010000 | 111111 |
Color Harmonies of #ECAA55
Complementary color
Monochromatic Colors of #ECAA55
Black with #ECAA55
Text Example
Text Example
White with #ECAA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAA55; }
p { color: rgb(236,170,85); }
H1.HeaderClassName
{
color: #ECAA55;
}
.AnyTagClassName
{
color: #ECAA55;
}
</style>
background-color css
<style>
a { background-color: #ECAA55; }
a { background-color: rgb(236,170,85); }
div.DivClassName
{
background-color: #ECAA55;
}
.BgClassName
{
background-color: #ECAA55;
}
</style>
border-color css
<style>
span { border-color: #ECAA55; }
span { border-color: rgb(236,170,85); }
td.TdClassName
{
border-color: #ECAA55;
}
.TagClassName
{
border-color: #ECAA55;
}
</style>