Shades of Casablanca #ECAF59
Tints of Casablanca #ECAF59
RGB
CMYK
RGB Variations
Color information
#ECAF59 (or 0xECAF59) is known color: Casablanca. HEX triplet: EC, AF and 59. RGB value is (236,175,89). Sum of RGB (Red+Green+Blue) = 236+175+89=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 89 (35.16% from 255 or 17.8% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF59 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAF59 is #1350A6. Grayscale: #B7B7B7. Windows color (decimal): -1265831 or 5877740. OLE color: 5877740.
HSL color Cylindrical-coordinate representation of color #ECAF59: hue angle of 35.1º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ECAF59 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 89 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.07 |
| HSL | 35.1º | 0.79% | 0.64% | - |
| HSV(B) | 35.1º | 0.62% | 0.93% | - |
| XYZ | 51.73 | 49.21 | 16.22 | - |
| YUV | 183.44 | 74.71 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 89 | 0 | 0.26 | 0.62 | 0.07 | 35.1 | 0.79 | 0.64 |
| Hex | EC | AF | 59 | 0 | 1A | 3E | 7 | 23 | 4F | 40 |
| Octal | 354 | 257 | 131 | 0 | 32 | 76 | 7 | 43 | 117 | 100 |
| Binary | 11101100 | 10101111 | 1011001 | 0 | 11010 | 111110 | 111 | 100011 | 1001111 | 1000000 |
Color Harmonies of #ECAF59
Complementary color
Monochromatic Colors of #ECAF59
Black with #ECAF59
Text Example
Text Example
White with #ECAF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAF59; }
p { color: rgb(236,175,89); }
H1.HeaderClassName
{
color: #ECAF59;
}
.AnyTagClassName
{
color: #ECAF59;
}
</style>
background-color css
<style>
a { background-color: #ECAF59; }
a { background-color: rgb(236,175,89); }
div.DivClassName
{
background-color: #ECAF59;
}
.BgClassName
{
background-color: #ECAF59;
}
</style>
border-color css
<style>
span { border-color: #ECAF59; }
span { border-color: rgb(236,175,89); }
td.TdClassName
{
border-color: #ECAF59;
}
.TagClassName
{
border-color: #ECAF59;
}
</style>