Shades of Corn #EFEF5B
Tints of Corn #EFEF5B
RGB
CMYK
RGB Variations
Color information
#EFEF5B (or 0xEFEF5B) is known color: Corn. HEX triplet: EF, EF and 5B. RGB value is (239,239,91). Sum of RGB (Red+Green+Blue) = 239+239+91=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 91 (35.94% from 255 or 15.99% from 569); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEF5B is #1010A4. Grayscale: #DEDEDE. Windows color (decimal): -1052837 or 6025199. OLE color: 6025199.
HSL color Cylindrical-coordinate representation of color #EFEF5B: 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 #EFEF5B is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 239 | 91 | - |
| CMYK | 0 | 0 | 0.62 | 0.06 |
| HSL | 60º | 0.82% | 0.65% | - |
| HSV(B) | 60º | 0.62% | 0.94% | - |
| XYZ | 68.35 | 80.84 | 21.9 | - |
| YUV | 222.13 | 54 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 239 | 91 | 0 | 0 | 0.62 | 0.06 | 60 | 0.82 | 0.65 |
| Hex | EF | EF | 5B | 0 | 0 | 3E | 6 | 3C | 52 | 41 |
| Octal | 357 | 357 | 133 | 0 | 0 | 76 | 6 | 74 | 122 | 101 |
| Binary | 11101111 | 11101111 | 1011011 | 0 | 0 | 111110 | 110 | 111100 | 1010010 | 1000001 |
Color Harmonies of #EFEF5B
Complementary color
Monochromatic Colors of #EFEF5B
Black with #EFEF5B
Text Example
Text Example
White with #EFEF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEF5B; }
p { color: rgb(239,239,91); }
H1.HeaderClassName
{
color: #EFEF5B;
}
.AnyTagClassName
{
color: #EFEF5B;
}
</style>
background-color css
<style>
a { background-color: #EFEF5B; }
a { background-color: rgb(239,239,91); }
div.DivClassName
{
background-color: #EFEF5B;
}
.BgClassName
{
background-color: #EFEF5B;
}
</style>
border-color css
<style>
span { border-color: #EFEF5B; }
span { border-color: rgb(239,239,91); }
td.TdClassName
{
border-color: #EFEF5B;
}
.TagClassName
{
border-color: #EFEF5B;
}
</style>