Shades of Corn #EFF158
Tints of Corn #EFF158
RGB
CMYK
RGB Variations
Color information
#EFF158 (or 0xEFF158) is known color: Corn. HEX triplet: EF, F1 and 58. RGB value is (239,241,88). Sum of RGB (Red+Green+Blue) = 239+241+88=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 241 (94.53% from 255 or 42.43% from 568); Blue value is 88 (34.77% from 255 or 15.49% from 568); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF158 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF158 is #100EA7. Grayscale: #DFDFDF. Windows color (decimal): -1052328 or 5829103. OLE color: 5829103.
HSL color Cylindrical-coordinate representation of color #EFF158: hue angle of 60.78º 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 #EFF158 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 88 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.05 |
| HSL | 60.78º | 0.85% | 0.65% | - |
| HSV(B) | 60.78º | 0.63% | 0.95% | - |
| XYZ | 68.81 | 81.97 | 21.43 | - |
| YUV | 222.96 | 51.84 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 88 | 0.01 | 0 | 0.63 | 0.05 | 60.78 | 0.85 | 0.65 |
| Hex | EF | F1 | 58 | 1 | 0 | 3F | 5 | 3D | 55 | 41 |
| Octal | 357 | 361 | 130 | 1 | 0 | 77 | 5 | 75 | 125 | 101 |
| Binary | 11101111 | 11110001 | 1011000 | 1 | 0 | 111111 | 101 | 111101 | 1010101 | 1000001 |
Color Harmonies of #EFF158
Complementary color
Monochromatic Colors of #EFF158
Black with #EFF158
Text Example
Text Example
White with #EFF158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF158; }
p { color: rgb(239,241,88); }
H1.HeaderClassName
{
color: #EFF158;
}
.AnyTagClassName
{
color: #EFF158;
}
</style>
background-color css
<style>
a { background-color: #EFF158; }
a { background-color: rgb(239,241,88); }
div.DivClassName
{
background-color: #EFF158;
}
.BgClassName
{
background-color: #EFF158;
}
</style>
border-color css
<style>
span { border-color: #EFF158; }
span { border-color: rgb(239,241,88); }
td.TdClassName
{
border-color: #EFF158;
}
.TagClassName
{
border-color: #EFF158;
}
</style>