Shades of Sweet Corn #EFE26C
Tints of Sweet Corn #EFE26C
RGB
CMYK
RGB Variations
Color information
#EFE26C (or 0xEFE26C) is known color: Sweet Corn. HEX triplet: EF, E2 and 6C. RGB value is (239,226,108). Sum of RGB (Red+Green+Blue) = 239+226+108=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 226 (88.67% from 255 or 39.44% from 573); Blue value is 108 (42.58% from 255 or 18.85% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE26C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE26C is #101D93. Grayscale: #D8D8D8. Windows color (decimal): -1056148 or 7135983. OLE color: 7135983.
HSL color Cylindrical-coordinate representation of color #EFE26C: hue angle of 54.05º 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 #EFE26C is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 108 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.06 |
| HSL | 54.05º | 0.8% | 0.68% | - |
| HSV(B) | 54.05º | 0.55% | 0.94% | - |
| XYZ | 65.5 | 73.83 | 24.99 | - |
| YUV | 216.44 | 66.81 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 108 | 0 | 0.05 | 0.55 | 0.06 | 54.05 | 0.8 | 0.68 |
| Hex | EF | E2 | 6C | 0 | 5 | 37 | 6 | 36 | 50 | 44 |
| Octal | 357 | 342 | 154 | 0 | 5 | 67 | 6 | 66 | 120 | 104 |
| Binary | 11101111 | 11100010 | 1101100 | 0 | 101 | 110111 | 110 | 110110 | 1010000 | 1000100 |
Color Harmonies of #EFE26C
Complementary color
Monochromatic Colors of #EFE26C
Black with #EFE26C
Text Example
Text Example
White with #EFE26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE26C; }
p { color: rgb(239,226,108); }
H1.HeaderClassName
{
color: #EFE26C;
}
.AnyTagClassName
{
color: #EFE26C;
}
</style>
background-color css
<style>
a { background-color: #EFE26C; }
a { background-color: rgb(239,226,108); }
div.DivClassName
{
background-color: #EFE26C;
}
.BgClassName
{
background-color: #EFE26C;
}
</style>
border-color css
<style>
span { border-color: #EFE26C; }
span { border-color: rgb(239,226,108); }
td.TdClassName
{
border-color: #EFE26C;
}
.TagClassName
{
border-color: #EFE26C;
}
</style>