Shades of Sweet Corn #EFE173
Tints of Sweet Corn #EFE173
RGB
CMYK
RGB Variations
Color information
#EFE173 (or 0xEFE173) is known color: Sweet Corn. HEX triplet: EF, E1 and 73. RGB value is (239,225,115). Sum of RGB (Red+Green+Blue) = 239+225+115=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 225 (88.28% from 255 or 38.86% from 579); Blue value is 115 (45.31% from 255 or 19.86% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE173 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE173 is #101E8C. Grayscale: #D9D9D9. Windows color (decimal): -1056397 or 7594479. OLE color: 7594479.
HSL color Cylindrical-coordinate representation of color #EFE173: hue angle of 53.23º 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 #EFE173 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 115 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.06 |
| HSL | 53.23º | 0.79% | 0.69% | - |
| HSV(B) | 53.23º | 0.52% | 0.94% | - |
| XYZ | 65.62 | 73.44 | 26.94 | - |
| YUV | 216.65 | 70.64 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 115 | 0 | 0.06 | 0.52 | 0.06 | 53.23 | 0.79 | 0.69 |
| Hex | EF | E1 | 73 | 0 | 6 | 34 | 6 | 35 | 4F | 45 |
| Octal | 357 | 341 | 163 | 0 | 6 | 64 | 6 | 65 | 117 | 105 |
| Binary | 11101111 | 11100001 | 1110011 | 0 | 110 | 110100 | 110 | 110101 | 1001111 | 1000101 |
Color Harmonies of #EFE173
Complementary color
Monochromatic Colors of #EFE173
Black with #EFE173
Text Example
Text Example
White with #EFE173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE173; }
p { color: rgb(239,225,115); }
H1.HeaderClassName
{
color: #EFE173;
}
.AnyTagClassName
{
color: #EFE173;
}
</style>
background-color css
<style>
a { background-color: #EFE173; }
a { background-color: rgb(239,225,115); }
div.DivClassName
{
background-color: #EFE173;
}
.BgClassName
{
background-color: #EFE173;
}
</style>
border-color css
<style>
span { border-color: #EFE173; }
span { border-color: rgb(239,225,115); }
td.TdClassName
{
border-color: #EFE173;
}
.TagClassName
{
border-color: #EFE173;
}
</style>