Shades of Sweet Corn #EFE16B
Tints of Sweet Corn #EFE16B
RGB
CMYK
RGB Variations
Color information
#EFE16B (or 0xEFE16B) is known color: Sweet Corn. HEX triplet: EF, E1 and 6B. RGB value is (239,225,107). Sum of RGB (Red+Green+Blue) = 239+225+107=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 225 (88.28% from 255 or 39.40% from 571); Blue value is 107 (42.19% from 255 or 18.74% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE16B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE16B is #101E94. Grayscale: #D8D8D8. Windows color (decimal): -1056405 or 7070191. OLE color: 7070191.
HSL color Cylindrical-coordinate representation of color #EFE16B: hue angle of 53.64º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EFE16B is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 107 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.06 |
| HSL | 53.64º | 0.8% | 0.68% | - |
| HSV(B) | 53.64º | 0.55% | 0.94% | - |
| XYZ | 65.18 | 73.26 | 24.62 | - |
| YUV | 215.73 | 66.64 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 107 | 0 | 0.06 | 0.55 | 0.06 | 53.64 | 0.8 | 0.68 |
| Hex | EF | E1 | 6B | 0 | 6 | 37 | 6 | 36 | 50 | 44 |
| Octal | 357 | 341 | 153 | 0 | 6 | 67 | 6 | 66 | 120 | 104 |
| Binary | 11101111 | 11100001 | 1101011 | 0 | 110 | 110111 | 110 | 110110 | 1010000 | 1000100 |
Color Harmonies of #EFE16B
Complementary color
Monochromatic Colors of #EFE16B
Black with #EFE16B
Text Example
Text Example
White with #EFE16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE16B; }
p { color: rgb(239,225,107); }
H1.HeaderClassName
{
color: #EFE16B;
}
.AnyTagClassName
{
color: #EFE16B;
}
</style>
background-color css
<style>
a { background-color: #EFE16B; }
a { background-color: rgb(239,225,107); }
div.DivClassName
{
background-color: #EFE16B;
}
.BgClassName
{
background-color: #EFE16B;
}
</style>
border-color css
<style>
span { border-color: #EFE16B; }
span { border-color: rgb(239,225,107); }
td.TdClassName
{
border-color: #EFE16B;
}
.TagClassName
{
border-color: #EFE16B;
}
</style>