Shades of Sweet Corn #EFE174
Tints of Sweet Corn #EFE174
RGB
CMYK
RGB Variations
Color information
#EFE174 (or 0xEFE174) is known color: Sweet Corn. HEX triplet: EF, E1 and 74. RGB value is (239,225,116). Sum of RGB (Red+Green+Blue) = 239+225+116=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 225 (88.28% from 255 or 38.79% from 580); Blue value is 116 (45.70% from 255 or 20% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE174 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE174 is #101E8B. Grayscale: #D9D9D9. Windows color (decimal): -1056396 or 7660015. OLE color: 7660015.
HSL color Cylindrical-coordinate representation of color #EFE174: hue angle of 53.17º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFE174 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 116 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.06 |
| HSL | 53.17º | 0.79% | 0.7% | - |
| HSV(B) | 53.17º | 0.51% | 0.94% | - |
| XYZ | 65.67 | 73.46 | 27.24 | - |
| YUV | 216.76 | 71.14 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 116 | 0 | 0.06 | 0.51 | 0.06 | 53.17 | 0.79 | 0.7 |
| Hex | EF | E1 | 74 | 0 | 6 | 33 | 6 | 35 | 4F | 46 |
| Octal | 357 | 341 | 164 | 0 | 6 | 63 | 6 | 65 | 117 | 106 |
| Binary | 11101111 | 11100001 | 1110100 | 0 | 110 | 110011 | 110 | 110101 | 1001111 | 1000110 |
Color Harmonies of #EFE174
Complementary color
Monochromatic Colors of #EFE174
Black with #EFE174
Text Example
Text Example
White with #EFE174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE174; }
p { color: rgb(239,225,116); }
H1.HeaderClassName
{
color: #EFE174;
}
.AnyTagClassName
{
color: #EFE174;
}
</style>
background-color css
<style>
a { background-color: #EFE174; }
a { background-color: rgb(239,225,116); }
div.DivClassName
{
background-color: #EFE174;
}
.BgClassName
{
background-color: #EFE174;
}
</style>
border-color css
<style>
span { border-color: #EFE174; }
span { border-color: rgb(239,225,116); }
td.TdClassName
{
border-color: #EFE174;
}
.TagClassName
{
border-color: #EFE174;
}
</style>