Shades of Corn #EFEE5A
Tints of Corn #EFEE5A
RGB
CMYK
RGB Variations
Color information
#EFEE5A (or 0xEFEE5A) is known color: Corn. HEX triplet: EF, EE and 5A. RGB value is (239,238,90). Sum of RGB (Red+Green+Blue) = 239+238+90=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 238 (93.36% from 255 or 41.98% from 567); Blue value is 90 (35.55% from 255 or 15.87% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEE5A is #1011A5. Grayscale: #DEDEDE. Windows color (decimal): -1053094 or 5959407. OLE color: 5959407.
HSL color Cylindrical-coordinate representation of color #EFEE5A: hue angle of 59.6º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EFEE5A is Cyan = 0, Magento = 0.00, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 90 | - |
| CMYK | 0 | 0.00 | 0.62 | 0.06 |
| HSL | 59.6º | 0.82% | 0.65% | - |
| HSV(B) | 59.6º | 0.62% | 0.94% | - |
| XYZ | 68.02 | 80.24 | 21.58 | - |
| YUV | 221.43 | 53.83 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 90 | 0 | 0.00 | 0.62 | 0.06 | 59.6 | 0.82 | 0.65 |
| Hex | EF | EE | 5A | 0 | 0 | 3E | 6 | 3C | 52 | 41 |
| Octal | 357 | 356 | 132 | 0 | 0 | 76 | 6 | 74 | 122 | 101 |
| Binary | 11101111 | 11101110 | 1011010 | 0 | 0 | 111110 | 110 | 111100 | 1010010 | 1000001 |
Color Harmonies of #EFEE5A
Complementary color
Monochromatic Colors of #EFEE5A
Black with #EFEE5A
Text Example
Text Example
White with #EFEE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEE5A; }
p { color: rgb(239,238,90); }
H1.HeaderClassName
{
color: #EFEE5A;
}
.AnyTagClassName
{
color: #EFEE5A;
}
</style>
background-color css
<style>
a { background-color: #EFEE5A; }
a { background-color: rgb(239,238,90); }
div.DivClassName
{
background-color: #EFEE5A;
}
.BgClassName
{
background-color: #EFEE5A;
}
</style>
border-color css
<style>
span { border-color: #EFEE5A; }
span { border-color: rgb(239,238,90); }
td.TdClassName
{
border-color: #EFEE5A;
}
.TagClassName
{
border-color: #EFEE5A;
}
</style>