Shades of Corn #EFE35E
Tints of Corn #EFE35E
RGB
CMYK
RGB Variations
Color information
#EFE35E (or 0xEFE35E) is known color: Corn. HEX triplet: EF, E3 and 5E. RGB value is (239,227,94). Sum of RGB (Red+Green+Blue) = 239+227+94=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 227 (89.06% from 255 or 40.54% from 560); Blue value is 94 (37.11% from 255 or 16.79% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE35E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE35E is #101CA1. Grayscale: #D7D7D7. Windows color (decimal): -1055906 or 6218735. OLE color: 6218735.
HSL color Cylindrical-coordinate representation of color #EFE35E: hue angle of 55.03º 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 #EFE35E is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 94 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.06 |
| HSL | 55.03º | 0.82% | 0.65% | - |
| HSV(B) | 55.03º | 0.61% | 0.94% | - |
| XYZ | 65.09 | 74.1 | 21.46 | - |
| YUV | 215.43 | 59.48 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 94 | 0 | 0.05 | 0.61 | 0.06 | 55.03 | 0.82 | 0.65 |
| Hex | EF | E3 | 5E | 0 | 5 | 3D | 6 | 37 | 52 | 41 |
| Octal | 357 | 343 | 136 | 0 | 5 | 75 | 6 | 67 | 122 | 101 |
| Binary | 11101111 | 11100011 | 1011110 | 0 | 101 | 111101 | 110 | 110111 | 1010010 | 1000001 |
Color Harmonies of #EFE35E
Complementary color
Monochromatic Colors of #EFE35E
Black with #EFE35E
Text Example
Text Example
White with #EFE35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE35E; }
p { color: rgb(239,227,94); }
H1.HeaderClassName
{
color: #EFE35E;
}
.AnyTagClassName
{
color: #EFE35E;
}
</style>
background-color css
<style>
a { background-color: #EFE35E; }
a { background-color: rgb(239,227,94); }
div.DivClassName
{
background-color: #EFE35E;
}
.BgClassName
{
background-color: #EFE35E;
}
</style>
border-color css
<style>
span { border-color: #EFE35E; }
span { border-color: rgb(239,227,94); }
td.TdClassName
{
border-color: #EFE35E;
}
.TagClassName
{
border-color: #EFE35E;
}
</style>