Shades of Sweet Corn #EFE06F
Tints of Sweet Corn #EFE06F
RGB
CMYK
RGB Variations
Color information
#EFE06F (or 0xEFE06F) is known color: Sweet Corn. HEX triplet: EF, E0 and 6F. RGB value is (239,224,111). Sum of RGB (Red+Green+Blue) = 239+224+111=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 224 (87.89% from 255 or 39.02% from 574); Blue value is 111 (43.75% from 255 or 19.34% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE06F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE06F is #101F90. Grayscale: #D8D8D8. Windows color (decimal): -1056657 or 7332079. OLE color: 7332079.
HSL color Cylindrical-coordinate representation of color #EFE06F: hue angle of 52.97º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFE06F is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 111 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.06 |
| HSL | 52.97º | 0.8% | 0.69% | - |
| HSV(B) | 52.97º | 0.54% | 0.94% | - |
| XYZ | 65.12 | 72.81 | 25.66 | - |
| YUV | 215.6 | 68.97 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 111 | 0 | 0.06 | 0.54 | 0.06 | 52.97 | 0.8 | 0.69 |
| Hex | EF | E0 | 6F | 0 | 6 | 36 | 6 | 35 | 50 | 45 |
| Octal | 357 | 340 | 157 | 0 | 6 | 66 | 6 | 65 | 120 | 105 |
| Binary | 11101111 | 11100000 | 1101111 | 0 | 110 | 110110 | 110 | 110101 | 1010000 | 1000101 |
Color Harmonies of #EFE06F
Complementary color
Monochromatic Colors of #EFE06F
Black with #EFE06F
Text Example
Text Example
White with #EFE06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE06F; }
p { color: rgb(239,224,111); }
H1.HeaderClassName
{
color: #EFE06F;
}
.AnyTagClassName
{
color: #EFE06F;
}
</style>
background-color css
<style>
a { background-color: #EFE06F; }
a { background-color: rgb(239,224,111); }
div.DivClassName
{
background-color: #EFE06F;
}
.BgClassName
{
background-color: #EFE06F;
}
</style>
border-color css
<style>
span { border-color: #EFE06F; }
span { border-color: rgb(239,224,111); }
td.TdClassName
{
border-color: #EFE06F;
}
.TagClassName
{
border-color: #EFE06F;
}
</style>