Shades of Corn #EFF558
Tints of Corn #EFF558
RGB
CMYK
RGB Variations
Color information
#EFF558 (or 0xEFF558) is known color: Corn. HEX triplet: EF, F5 and 58. RGB value is (239,245,88). Sum of RGB (Red+Green+Blue) = 239+245+88=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 245 (96.09% from 255 or 42.83% from 572); Blue value is 88 (34.77% from 255 or 15.38% from 572); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF558 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF558 is #100AA7. Grayscale: #E1E1E1. Windows color (decimal): -1051304 or 5830127. OLE color: 5830127.
HSL color Cylindrical-coordinate representation of color #EFF558: hue angle of 62.29º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EFF558 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 245 | 88 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.04 |
| HSL | 62.29º | 0.89% | 0.65% | - |
| HSV(B) | 62.29º | 0.64% | 0.96% | - |
| XYZ | 70.01 | 84.36 | 21.83 | - |
| YUV | 225.31 | 50.51 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 88 | 0.02 | 0 | 0.64 | 0.04 | 62.29 | 0.89 | 0.65 |
| Hex | EF | F5 | 58 | 2 | 0 | 40 | 4 | 3E | 59 | 41 |
| Octal | 357 | 365 | 130 | 2 | 0 | 100 | 4 | 76 | 131 | 101 |
| Binary | 11101111 | 11110101 | 1011000 | 10 | 0 | 1000000 | 100 | 111110 | 1011001 | 1000001 |
Color Harmonies of #EFF558
Complementary color
Monochromatic Colors of #EFF558
Black with #EFF558
Text Example
Text Example
White with #EFF558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF558; }
p { color: rgb(239,245,88); }
H1.HeaderClassName
{
color: #EFF558;
}
.AnyTagClassName
{
color: #EFF558;
}
</style>
background-color css
<style>
a { background-color: #EFF558; }
a { background-color: rgb(239,245,88); }
div.DivClassName
{
background-color: #EFF558;
}
.BgClassName
{
background-color: #EFF558;
}
</style>
border-color css
<style>
span { border-color: #EFF558; }
span { border-color: rgb(239,245,88); }
td.TdClassName
{
border-color: #EFF558;
}
.TagClassName
{
border-color: #EFF558;
}
</style>