Shades of Corn #EFEF5C
Tints of Corn #EFEF5C
RGB
CMYK
RGB Variations
Color information
#EFEF5C (or 0xEFEF5C) is known color: Corn. HEX triplet: EF, EF and 5C. RGB value is (239,239,92). Sum of RGB (Red+Green+Blue) = 239+239+92=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 239 (93.75% from 255 or 41.93% from 570); Blue value is 92 (36.33% from 255 or 16.14% from 570); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEF5C is #1010A3. Grayscale: #DEDEDE. Windows color (decimal): -1052836 or 6090735. OLE color: 6090735.
HSL color Cylindrical-coordinate representation of color #EFEF5C: hue angle of 60º 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 #EFEF5C is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 239 | 92 | - |
| CMYK | 0 | 0 | 0.62 | 0.06 |
| HSL | 60º | 0.82% | 0.65% | - |
| HSV(B) | 60º | 0.62% | 0.94% | - |
| XYZ | 68.39 | 80.86 | 22.13 | - |
| YUV | 222.24 | 54.5 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 239 | 92 | 0 | 0 | 0.62 | 0.06 | 60 | 0.82 | 0.65 |
| Hex | EF | EF | 5C | 0 | 0 | 3E | 6 | 3C | 52 | 41 |
| Octal | 357 | 357 | 134 | 0 | 0 | 76 | 6 | 74 | 122 | 101 |
| Binary | 11101111 | 11101111 | 1011100 | 0 | 0 | 111110 | 110 | 111100 | 1010010 | 1000001 |
Color Harmonies of #EFEF5C
Complementary color
Monochromatic Colors of #EFEF5C
Black with #EFEF5C
Text Example
Text Example
White with #EFEF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEF5C; }
p { color: rgb(239,239,92); }
H1.HeaderClassName
{
color: #EFEF5C;
}
.AnyTagClassName
{
color: #EFEF5C;
}
</style>
background-color css
<style>
a { background-color: #EFEF5C; }
a { background-color: rgb(239,239,92); }
div.DivClassName
{
background-color: #EFEF5C;
}
.BgClassName
{
background-color: #EFEF5C;
}
</style>
border-color css
<style>
span { border-color: #EFEF5C; }
span { border-color: rgb(239,239,92); }
td.TdClassName
{
border-color: #EFEF5C;
}
.TagClassName
{
border-color: #EFEF5C;
}
</style>