Shades of Corn #EFF35A
Tints of Corn #EFF35A
RGB
CMYK
RGB Variations
Color information
#EFF35A (or 0xEFF35A) is known color: Corn. HEX triplet: EF, F3 and 5A. RGB value is (239,243,90). Sum of RGB (Red+Green+Blue) = 239+243+90=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 243 (95.31% from 255 or 42.48% from 572); Blue value is 90 (35.55% from 255 or 15.73% from 572); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF35A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF35A is #100CA5. Grayscale: #E0E0E0. Windows color (decimal): -1051814 or 5960687. OLE color: 5960687.
HSL color Cylindrical-coordinate representation of color #EFF35A: hue angle of 61.57º degrees, saturation: 0.86, 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 #EFF35A is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 90 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.05 |
| HSL | 61.57º | 0.86% | 0.65% | - |
| HSV(B) | 61.57º | 0.63% | 0.95% | - |
| XYZ | 69.49 | 83.19 | 22.07 | - |
| YUV | 224.36 | 52.17 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 90 | 0.02 | 0 | 0.63 | 0.05 | 61.57 | 0.86 | 0.65 |
| Hex | EF | F3 | 5A | 2 | 0 | 3F | 5 | 3E | 56 | 41 |
| Octal | 357 | 363 | 132 | 2 | 0 | 77 | 5 | 76 | 126 | 101 |
| Binary | 11101111 | 11110011 | 1011010 | 10 | 0 | 111111 | 101 | 111110 | 1010110 | 1000001 |
Color Harmonies of #EFF35A
Complementary color
Monochromatic Colors of #EFF35A
Black with #EFF35A
Text Example
Text Example
White with #EFF35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF35A; }
p { color: rgb(239,243,90); }
H1.HeaderClassName
{
color: #EFF35A;
}
.AnyTagClassName
{
color: #EFF35A;
}
</style>
background-color css
<style>
a { background-color: #EFF35A; }
a { background-color: rgb(239,243,90); }
div.DivClassName
{
background-color: #EFF35A;
}
.BgClassName
{
background-color: #EFF35A;
}
</style>
border-color css
<style>
span { border-color: #EFF35A; }
span { border-color: rgb(239,243,90); }
td.TdClassName
{
border-color: #EFF35A;
}
.TagClassName
{
border-color: #EFF35A;
}
</style>