Shades of Sweet Corn #EFE06B
Tints of Sweet Corn #EFE06B
RGB
CMYK
RGB Variations
Color information
#EFE06B (or 0xEFE06B) is known color: Sweet Corn. HEX triplet: EF, E0 and 6B. RGB value is (239,224,107). Sum of RGB (Red+Green+Blue) = 239+224+107=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 224 (87.89% from 255 or 39.30% from 570); Blue value is 107 (42.19% from 255 or 18.77% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE06B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE06B is #101F94. Grayscale: #D7D7D7. Windows color (decimal): -1056661 or 7069935. OLE color: 7069935.
HSL color Cylindrical-coordinate representation of color #EFE06B: hue angle of 53.18º 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 #EFE06B is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 107 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.06 |
| HSL | 53.18º | 0.8% | 0.68% | - |
| HSV(B) | 53.18º | 0.55% | 0.94% | - |
| XYZ | 64.91 | 72.72 | 24.53 | - |
| YUV | 215.15 | 66.97 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 107 | 0 | 0.06 | 0.55 | 0.06 | 53.18 | 0.8 | 0.68 |
| Hex | EF | E0 | 6B | 0 | 6 | 37 | 6 | 35 | 50 | 44 |
| Octal | 357 | 340 | 153 | 0 | 6 | 67 | 6 | 65 | 120 | 104 |
| Binary | 11101111 | 11100000 | 1101011 | 0 | 110 | 110111 | 110 | 110101 | 1010000 | 1000100 |
Color Harmonies of #EFE06B
Complementary color
Monochromatic Colors of #EFE06B
Black with #EFE06B
Text Example
Text Example
White with #EFE06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE06B; }
p { color: rgb(239,224,107); }
H1.HeaderClassName
{
color: #EFE06B;
}
.AnyTagClassName
{
color: #EFE06B;
}
</style>
background-color css
<style>
a { background-color: #EFE06B; }
a { background-color: rgb(239,224,107); }
div.DivClassName
{
background-color: #EFE06B;
}
.BgClassName
{
background-color: #EFE06B;
}
</style>
border-color css
<style>
span { border-color: #EFE06B; }
span { border-color: rgb(239,224,107); }
td.TdClassName
{
border-color: #EFE06B;
}
.TagClassName
{
border-color: #EFE06B;
}
</style>