Shades of Corn #EFF257
Tints of Corn #EFF257
RGB
CMYK
RGB Variations
Color information
#EFF257 (or 0xEFF257) is known color: Corn. HEX triplet: EF, F2 and 57. RGB value is (239,242,87). Sum of RGB (Red+Green+Blue) = 239+242+87=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 242 (94.92% from 255 or 42.61% from 568); Blue value is 87 (34.38% from 255 or 15.32% from 568); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF257 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF257 is #100DA8. Grayscale: #E0E0E0. Windows color (decimal): -1052073 or 5763823. OLE color: 5763823.
HSL color Cylindrical-coordinate representation of color #EFF257: hue angle of 61.16º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EFF257 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 87 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.05 |
| HSL | 61.16º | 0.86% | 0.65% | - |
| HSV(B) | 61.16º | 0.64% | 0.95% | - |
| XYZ | 69.07 | 82.54 | 21.31 | - |
| YUV | 223.43 | 51.01 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 87 | 0.01 | 0 | 0.64 | 0.05 | 61.16 | 0.86 | 0.65 |
| Hex | EF | F2 | 57 | 1 | 0 | 40 | 5 | 3D | 56 | 41 |
| Octal | 357 | 362 | 127 | 1 | 0 | 100 | 5 | 75 | 126 | 101 |
| Binary | 11101111 | 11110010 | 1010111 | 1 | 0 | 1000000 | 101 | 111101 | 1010110 | 1000001 |
Color Harmonies of #EFF257
Complementary color
Monochromatic Colors of #EFF257
Black with #EFF257
Text Example
Text Example
White with #EFF257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF257; }
p { color: rgb(239,242,87); }
H1.HeaderClassName
{
color: #EFF257;
}
.AnyTagClassName
{
color: #EFF257;
}
</style>
background-color css
<style>
a { background-color: #EFF257; }
a { background-color: rgb(239,242,87); }
div.DivClassName
{
background-color: #EFF257;
}
.BgClassName
{
background-color: #EFF257;
}
</style>
border-color css
<style>
span { border-color: #EFF257; }
span { border-color: rgb(239,242,87); }
td.TdClassName
{
border-color: #EFF257;
}
.TagClassName
{
border-color: #EFF257;
}
</style>