Shades of Sweet Corn #EFE46F
Tints of Sweet Corn #EFE46F
RGB
CMYK
RGB Variations
Color information
#EFE46F (or 0xEFE46F) is known color: Sweet Corn. HEX triplet: EF, E4 and 6F. RGB value is (239,228,111). Sum of RGB (Red+Green+Blue) = 239+228+111=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 228 (89.45% from 255 or 39.45% from 578); Blue value is 111 (43.75% from 255 or 19.20% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE46F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE46F is #101B90. Grayscale: #DADADA. Windows color (decimal): -1055633 or 7333103. OLE color: 7333103.
HSL color Cylindrical-coordinate representation of color #EFE46F: hue angle of 54.84º 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 #EFE46F is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 111 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.06 |
| HSL | 54.84º | 0.8% | 0.69% | - |
| HSV(B) | 54.84º | 0.54% | 0.94% | - |
| XYZ | 66.21 | 74.99 | 26.02 | - |
| YUV | 217.95 | 67.64 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 111 | 0 | 0.05 | 0.54 | 0.06 | 54.84 | 0.8 | 0.69 |
| Hex | EF | E4 | 6F | 0 | 5 | 36 | 6 | 37 | 50 | 45 |
| Octal | 357 | 344 | 157 | 0 | 5 | 66 | 6 | 67 | 120 | 105 |
| Binary | 11101111 | 11100100 | 1101111 | 0 | 101 | 110110 | 110 | 110111 | 1010000 | 1000101 |
Color Harmonies of #EFE46F
Complementary color
Monochromatic Colors of #EFE46F
Black with #EFE46F
Text Example
Text Example
White with #EFE46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE46F; }
p { color: rgb(239,228,111); }
H1.HeaderClassName
{
color: #EFE46F;
}
.AnyTagClassName
{
color: #EFE46F;
}
</style>
background-color css
<style>
a { background-color: #EFE46F; }
a { background-color: rgb(239,228,111); }
div.DivClassName
{
background-color: #EFE46F;
}
.BgClassName
{
background-color: #EFE46F;
}
</style>
border-color css
<style>
span { border-color: #EFE46F; }
span { border-color: rgb(239,228,111); }
td.TdClassName
{
border-color: #EFE46F;
}
.TagClassName
{
border-color: #EFE46F;
}
</style>