Shades of Corn #EFE25E
Tints of Corn #EFE25E
RGB
CMYK
RGB Variations
Color information
#EFE25E (or 0xEFE25E) is known color: Corn. HEX triplet: EF, E2 and 5E. RGB value is (239,226,94). Sum of RGB (Red+Green+Blue) = 239+226+94=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 226 (88.67% from 255 or 40.43% from 559); Blue value is 94 (37.11% from 255 or 16.82% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE25E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE25E is #101DA1. Grayscale: #D7D7D7. Windows color (decimal): -1056162 or 6218479. OLE color: 6218479.
HSL color Cylindrical-coordinate representation of color #EFE25E: hue angle of 54.62º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFE25E is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 94 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.06 |
| HSL | 54.62º | 0.82% | 0.65% | - |
| HSV(B) | 54.62º | 0.61% | 0.94% | - |
| XYZ | 64.81 | 73.55 | 21.37 | - |
| YUV | 214.84 | 59.81 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 94 | 0 | 0.05 | 0.61 | 0.06 | 54.62 | 0.82 | 0.65 |
| Hex | EF | E2 | 5E | 0 | 5 | 3D | 6 | 37 | 52 | 41 |
| Octal | 357 | 342 | 136 | 0 | 5 | 75 | 6 | 67 | 122 | 101 |
| Binary | 11101111 | 11100010 | 1011110 | 0 | 101 | 111101 | 110 | 110111 | 1010010 | 1000001 |
Color Harmonies of #EFE25E
Complementary color
Monochromatic Colors of #EFE25E
Black with #EFE25E
Text Example
Text Example
White with #EFE25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE25E; }
p { color: rgb(239,226,94); }
H1.HeaderClassName
{
color: #EFE25E;
}
.AnyTagClassName
{
color: #EFE25E;
}
</style>
background-color css
<style>
a { background-color: #EFE25E; }
a { background-color: rgb(239,226,94); }
div.DivClassName
{
background-color: #EFE25E;
}
.BgClassName
{
background-color: #EFE25E;
}
</style>
border-color css
<style>
span { border-color: #EFE25E; }
span { border-color: rgb(239,226,94); }
td.TdClassName
{
border-color: #EFE25E;
}
.TagClassName
{
border-color: #EFE25E;
}
</style>