Shades of Corn #EFF157
Tints of Corn #EFF157
RGB
CMYK
RGB Variations
Color information
#EFF157 (or 0xEFF157) is known color: Corn. HEX triplet: EF, F1 and 57. RGB value is (239,241,87). Sum of RGB (Red+Green+Blue) = 239+241+87=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 241 (94.53% from 255 or 42.50% from 567); Blue value is 87 (34.38% from 255 or 15.34% from 567); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF157 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF157 is #100EA8. Grayscale: #DFDFDF. Windows color (decimal): -1052329 or 5763567. OLE color: 5763567.
HSL color Cylindrical-coordinate representation of color #EFF157: hue angle of 60.78º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EFF157 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 87 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.05 |
| HSL | 60.78º | 0.85% | 0.64% | - |
| HSV(B) | 60.78º | 0.64% | 0.95% | - |
| XYZ | 68.77 | 81.95 | 21.21 | - |
| YUV | 222.85 | 51.34 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 87 | 0.01 | 0 | 0.64 | 0.05 | 60.78 | 0.85 | 0.64 |
| Hex | EF | F1 | 57 | 1 | 0 | 40 | 5 | 3D | 55 | 40 |
| Octal | 357 | 361 | 127 | 1 | 0 | 100 | 5 | 75 | 125 | 100 |
| Binary | 11101111 | 11110001 | 1010111 | 1 | 0 | 1000000 | 101 | 111101 | 1010101 | 1000000 |
Color Harmonies of #EFF157
Complementary color
Monochromatic Colors of #EFF157
Black with #EFF157
Text Example
Text Example
White with #EFF157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF157; }
p { color: rgb(239,241,87); }
H1.HeaderClassName
{
color: #EFF157;
}
.AnyTagClassName
{
color: #EFF157;
}
</style>
background-color css
<style>
a { background-color: #EFF157; }
a { background-color: rgb(239,241,87); }
div.DivClassName
{
background-color: #EFF157;
}
.BgClassName
{
background-color: #EFF157;
}
</style>
border-color css
<style>
span { border-color: #EFF157; }
span { border-color: rgb(239,241,87); }
td.TdClassName
{
border-color: #EFF157;
}
.TagClassName
{
border-color: #EFF157;
}
</style>