Shades of Corn #EFF25A
Tints of Corn #EFF25A
RGB
CMYK
RGB Variations
Color information
#EFF25A (or 0xEFF25A) is known color: Corn. HEX triplet: EF, F2 and 5A. RGB value is (239,242,90). Sum of RGB (Red+Green+Blue) = 239+242+90=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 242 (94.92% from 255 or 42.38% from 571); Blue value is 90 (35.55% from 255 or 15.76% from 571); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF25A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF25A is #100DA5. Grayscale: #E0E0E0. Windows color (decimal): -1052070 or 5960431. OLE color: 5960431.
HSL color Cylindrical-coordinate representation of color #EFF25A: 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 #EFF25A is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 90 | - |
| 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.19 | 82.59 | 21.97 | - |
| YUV | 223.78 | 52.51 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 90 | 0.01 | 0 | 0.63 | 0.05 | 61.18 | 0.85 | 0.65 |
| Hex | EF | F2 | 5A | 1 | 0 | 3F | 5 | 3D | 55 | 41 |
| Octal | 357 | 362 | 132 | 1 | 0 | 77 | 5 | 75 | 125 | 101 |
| Binary | 11101111 | 11110010 | 1011010 | 1 | 0 | 111111 | 101 | 111101 | 1010101 | 1000001 |
Color Harmonies of #EFF25A
Complementary color
Monochromatic Colors of #EFF25A
Black with #EFF25A
Text Example
Text Example
White with #EFF25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF25A; }
p { color: rgb(239,242,90); }
H1.HeaderClassName
{
color: #EFF25A;
}
.AnyTagClassName
{
color: #EFF25A;
}
</style>
background-color css
<style>
a { background-color: #EFF25A; }
a { background-color: rgb(239,242,90); }
div.DivClassName
{
background-color: #EFF25A;
}
.BgClassName
{
background-color: #EFF25A;
}
</style>
border-color css
<style>
span { border-color: #EFF25A; }
span { border-color: rgb(239,242,90); }
td.TdClassName
{
border-color: #EFF25A;
}
.TagClassName
{
border-color: #EFF25A;
}
</style>