Shades of Corn #ECEC57
Tints of Corn #ECEC57
RGB
CMYK
RGB Variations
Color information
#ECEC57 (or 0xECEC57) is known color: Corn. HEX triplet: EC, EC and 57. RGB value is (236,236,87). Sum of RGB (Red+Green+Blue) = 236+236+87=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 236 (92.58% from 255 or 42.22% from 559); Blue value is 87 (34.38% from 255 or 15.56% from 559); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC57 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECEC57 is #1313A8. Grayscale: #DBDBDB. Windows color (decimal): -1250217 or 5762284. OLE color: 5762284.
HSL color Cylindrical-coordinate representation of color #ECEC57: hue angle of 60º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ECEC57 is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 236 | 87 | - |
| CMYK | 0 | 0 | 0.63 | 0.07 |
| HSL | 60º | 0.8% | 0.63% | - |
| HSV(B) | 60º | 0.63% | 0.93% | - |
| XYZ | 66.31 | 78.51 | 20.68 | - |
| YUV | 219.01 | 53.5 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 236 | 87 | 0 | 0 | 0.63 | 0.07 | 60 | 0.8 | 0.63 |
| Hex | EC | EC | 57 | 0 | 0 | 3F | 7 | 3C | 50 | 3F |
| Octal | 354 | 354 | 127 | 0 | 0 | 77 | 7 | 74 | 120 | 77 |
| Binary | 11101100 | 11101100 | 1010111 | 0 | 0 | 111111 | 111 | 111100 | 1010000 | 111111 |
Color Harmonies of #ECEC57
Complementary color
Monochromatic Colors of #ECEC57
Black with #ECEC57
Text Example
Text Example
White with #ECEC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEC57; }
p { color: rgb(236,236,87); }
H1.HeaderClassName
{
color: #ECEC57;
}
.AnyTagClassName
{
color: #ECEC57;
}
</style>
background-color css
<style>
a { background-color: #ECEC57; }
a { background-color: rgb(236,236,87); }
div.DivClassName
{
background-color: #ECEC57;
}
.BgClassName
{
background-color: #ECEC57;
}
</style>
border-color css
<style>
span { border-color: #ECEC57; }
span { border-color: rgb(236,236,87); }
td.TdClassName
{
border-color: #ECEC57;
}
.TagClassName
{
border-color: #ECEC57;
}
</style>