Shades of Casablanca #ECAF58
Tints of Casablanca #ECAF58
RGB
CMYK
RGB Variations
Color information
#ECAF58 (or 0xECAF58) is known color: Casablanca. HEX triplet: EC, AF and 58. RGB value is (236,175,88). Sum of RGB (Red+Green+Blue) = 236+175+88=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 88 (34.77% from 255 or 17.64% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAF58 is #1350A7. Grayscale: #B7B7B7. Windows color (decimal): -1265832 or 5812204. OLE color: 5812204.
HSL color Cylindrical-coordinate representation of color #ECAF58: hue angle of 35.27º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ECAF58 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 88 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.07 |
| HSL | 35.27º | 0.8% | 0.64% | - |
| HSV(B) | 35.27º | 0.63% | 0.93% | - |
| XYZ | 51.68 | 49.2 | 16 | - |
| YUV | 183.32 | 74.21 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 88 | 0 | 0.26 | 0.63 | 0.07 | 35.27 | 0.8 | 0.64 |
| Hex | EC | AF | 58 | 0 | 1A | 3F | 7 | 23 | 50 | 40 |
| Octal | 354 | 257 | 130 | 0 | 32 | 77 | 7 | 43 | 120 | 100 |
| Binary | 11101100 | 10101111 | 1011000 | 0 | 11010 | 111111 | 111 | 100011 | 1010000 | 1000000 |
Color Harmonies of #ECAF58
Complementary color
Monochromatic Colors of #ECAF58
Black with #ECAF58
Text Example
Text Example
White with #ECAF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAF58; }
p { color: rgb(236,175,88); }
H1.HeaderClassName
{
color: #ECAF58;
}
.AnyTagClassName
{
color: #ECAF58;
}
</style>
background-color css
<style>
a { background-color: #ECAF58; }
a { background-color: rgb(236,175,88); }
div.DivClassName
{
background-color: #ECAF58;
}
.BgClassName
{
background-color: #ECAF58;
}
</style>
border-color css
<style>
span { border-color: #ECAF58; }
span { border-color: rgb(236,175,88); }
td.TdClassName
{
border-color: #ECAF58;
}
.TagClassName
{
border-color: #ECAF58;
}
</style>