Shades of Sweet Corn #EFDC73
Tints of Sweet Corn #EFDC73
RGB
CMYK
RGB Variations
Color information
#EFDC73 (or 0xEFDC73) is known color: Sweet Corn. HEX triplet: EF, DC and 73. RGB value is (239,220,115). Sum of RGB (Red+Green+Blue) = 239+220+115=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 115 (45.31% from 255 or 20.03% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC73 is #10238C. Grayscale: #D6D6D6. Windows color (decimal): -1057677 or 7593199. OLE color: 7593199.
HSL color Cylindrical-coordinate representation of color #EFDC73: hue angle of 50.81º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFDC73 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 115 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.06 |
| HSL | 50.81º | 0.79% | 0.69% | - |
| HSV(B) | 50.81º | 0.52% | 0.94% | - |
| XYZ | 64.28 | 70.77 | 26.49 | - |
| YUV | 213.71 | 72.29 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 115 | 0 | 0.08 | 0.52 | 0.06 | 50.81 | 0.79 | 0.69 |
| Hex | EF | DC | 73 | 0 | 8 | 34 | 6 | 33 | 4F | 45 |
| Octal | 357 | 334 | 163 | 0 | 10 | 64 | 6 | 63 | 117 | 105 |
| Binary | 11101111 | 11011100 | 1110011 | 0 | 1000 | 110100 | 110 | 110011 | 1001111 | 1000101 |
Color Harmonies of #EFDC73
Complementary color
Monochromatic Colors of #EFDC73
Black with #EFDC73
Text Example
Text Example
White with #EFDC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC73; }
p { color: rgb(239,220,115); }
H1.HeaderClassName
{
color: #EFDC73;
}
.AnyTagClassName
{
color: #EFDC73;
}
</style>
background-color css
<style>
a { background-color: #EFDC73; }
a { background-color: rgb(239,220,115); }
div.DivClassName
{
background-color: #EFDC73;
}
.BgClassName
{
background-color: #EFDC73;
}
</style>
border-color css
<style>
span { border-color: #EFDC73; }
span { border-color: rgb(239,220,115); }
td.TdClassName
{
border-color: #EFDC73;
}
.TagClassName
{
border-color: #EFDC73;
}
</style>