Shades of Corn #EFF259
Tints of Corn #EFF259
RGB
CMYK
RGB Variations
Color information
#EFF259 (or 0xEFF259) is known color: Corn. HEX triplet: EF, F2 and 59. RGB value is (239,242,89). Sum of RGB (Red+Green+Blue) = 239+242+89=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 242 (94.92% from 255 or 42.46% from 570); Blue value is 89 (35.16% from 255 or 15.61% from 570); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF259 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF259 is #100DA6. Grayscale: #E0E0E0. Windows color (decimal): -1052071 or 5894895. OLE color: 5894895.
HSL color Cylindrical-coordinate representation of color #EFF259: hue angle of 61.18º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EFF259 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 89 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.05 |
| HSL | 61.18º | 0.85% | 0.65% | - |
| HSV(B) | 61.18º | 0.63% | 0.95% | - |
| XYZ | 69.15 | 82.58 | 21.75 | - |
| YUV | 223.66 | 52.01 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 89 | 0.01 | 0 | 0.63 | 0.05 | 61.18 | 0.85 | 0.65 |
| Hex | EF | F2 | 59 | 1 | 0 | 3F | 5 | 3D | 55 | 41 |
| Octal | 357 | 362 | 131 | 1 | 0 | 77 | 5 | 75 | 125 | 101 |
| Binary | 11101111 | 11110010 | 1011001 | 1 | 0 | 111111 | 101 | 111101 | 1010101 | 1000001 |
Color Harmonies of #EFF259
Complementary color
Monochromatic Colors of #EFF259
Black with #EFF259
Text Example
Text Example
White with #EFF259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF259; }
p { color: rgb(239,242,89); }
H1.HeaderClassName
{
color: #EFF259;
}
.AnyTagClassName
{
color: #EFF259;
}
</style>
background-color css
<style>
a { background-color: #EFF259; }
a { background-color: rgb(239,242,89); }
div.DivClassName
{
background-color: #EFF259;
}
.BgClassName
{
background-color: #EFF259;
}
</style>
border-color css
<style>
span { border-color: #EFF259; }
span { border-color: rgb(239,242,89); }
td.TdClassName
{
border-color: #EFF259;
}
.TagClassName
{
border-color: #EFF259;
}
</style>