Shades of Casablanca #ECAF52
Tints of Casablanca #ECAF52
RGB
CMYK
RGB Variations
Color information
#ECAF52 (or 0xECAF52) is known color: Casablanca. HEX triplet: EC, AF and 52. RGB value is (236,175,82). Sum of RGB (Red+Green+Blue) = 236+175+82=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 82 (32.42% from 255 or 16.63% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAF52 is #1350AD. Grayscale: #B7B7B7. Windows color (decimal): -1265838 or 5418988. OLE color: 5418988.
HSL color Cylindrical-coordinate representation of color #ECAF52: hue angle of 36.23º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ECAF52 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 82 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.07 |
| HSL | 36.23º | 0.8% | 0.62% | - |
| HSV(B) | 36.23º | 0.65% | 0.93% | - |
| XYZ | 51.45 | 49.1 | 14.75 | - |
| YUV | 182.64 | 71.21 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 82 | 0 | 0.26 | 0.65 | 0.07 | 36.23 | 0.8 | 0.62 |
| Hex | EC | AF | 52 | 0 | 1A | 41 | 7 | 24 | 50 | 3E |
| Octal | 354 | 257 | 122 | 0 | 32 | 101 | 7 | 44 | 120 | 76 |
| Binary | 11101100 | 10101111 | 1010010 | 0 | 11010 | 1000001 | 111 | 100100 | 1010000 | 111110 |
Color Harmonies of #ECAF52
Complementary color
Monochromatic Colors of #ECAF52
Black with #ECAF52
Text Example
Text Example
White with #ECAF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAF52; }
p { color: rgb(236,175,82); }
H1.HeaderClassName
{
color: #ECAF52;
}
.AnyTagClassName
{
color: #ECAF52;
}
</style>
background-color css
<style>
a { background-color: #ECAF52; }
a { background-color: rgb(236,175,82); }
div.DivClassName
{
background-color: #ECAF52;
}
.BgClassName
{
background-color: #ECAF52;
}
</style>
border-color css
<style>
span { border-color: #ECAF52; }
span { border-color: rgb(236,175,82); }
td.TdClassName
{
border-color: #ECAF52;
}
.TagClassName
{
border-color: #ECAF52;
}
</style>