Shades of Casablanca #ECAF55
Tints of Casablanca #ECAF55
RGB
CMYK
RGB Variations
Color information
#ECAF55 (or 0xECAF55) is known color: Casablanca. HEX triplet: EC, AF and 55. RGB value is (236,175,85). Sum of RGB (Red+Green+Blue) = 236+175+85=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 85 (33.59% from 255 or 17.14% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAF55 is #1350AA. Grayscale: #B7B7B7. Windows color (decimal): -1265835 or 5615596. OLE color: 5615596.
HSL color Cylindrical-coordinate representation of color #ECAF55: hue angle of 35.76º 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 #ECAF55 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 85 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.07 |
| HSL | 35.76º | 0.8% | 0.63% | - |
| HSV(B) | 35.76º | 0.64% | 0.93% | - |
| XYZ | 51.56 | 49.15 | 15.36 | - |
| YUV | 182.98 | 72.71 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 85 | 0 | 0.26 | 0.64 | 0.07 | 35.76 | 0.8 | 0.63 |
| Hex | EC | AF | 55 | 0 | 1A | 40 | 7 | 24 | 50 | 3F |
| Octal | 354 | 257 | 125 | 0 | 32 | 100 | 7 | 44 | 120 | 77 |
| Binary | 11101100 | 10101111 | 1010101 | 0 | 11010 | 1000000 | 111 | 100100 | 1010000 | 111111 |
Color Harmonies of #ECAF55
Complementary color
Monochromatic Colors of #ECAF55
Black with #ECAF55
Text Example
Text Example
White with #ECAF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAF55; }
p { color: rgb(236,175,85); }
H1.HeaderClassName
{
color: #ECAF55;
}
.AnyTagClassName
{
color: #ECAF55;
}
</style>
background-color css
<style>
a { background-color: #ECAF55; }
a { background-color: rgb(236,175,85); }
div.DivClassName
{
background-color: #ECAF55;
}
.BgClassName
{
background-color: #ECAF55;
}
</style>
border-color css
<style>
span { border-color: #ECAF55; }
span { border-color: rgb(236,175,85); }
td.TdClassName
{
border-color: #ECAF55;
}
.TagClassName
{
border-color: #ECAF55;
}
</style>