Shades of Sweet Corn #F1E374
Tints of Sweet Corn #F1E374
RGB
CMYK
RGB Variations
Color information
#F1E374 (or 0xF1E374) is known color: Sweet Corn. HEX triplet: F1, E3 and 74. RGB value is (241,227,116). Sum of RGB (Red+Green+Blue) = 241+227+116=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 227 (89.06% from 255 or 38.87% from 584); Blue value is 116 (45.70% from 255 or 19.86% from 584); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E374 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E374 is #0E1C8B. Grayscale: #DADADA. Windows color (decimal): -924812 or 7660529. OLE color: 7660529.
HSL color Cylindrical-coordinate representation of color #F1E374: hue angle of 53.28º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F1E374 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 227 | 116 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.05 |
| HSL | 53.28º | 0.82% | 0.7% | - |
| HSV(B) | 53.28º | 0.52% | 0.95% | - |
| XYZ | 66.9 | 74.9 | 27.45 | - |
| YUV | 218.53 | 70.14 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 227 | 116 | 0 | 0.06 | 0.52 | 0.05 | 53.28 | 0.82 | 0.7 |
| Hex | F1 | E3 | 74 | 0 | 6 | 34 | 5 | 35 | 52 | 46 |
| Octal | 361 | 343 | 164 | 0 | 6 | 64 | 5 | 65 | 122 | 106 |
| Binary | 11110001 | 11100011 | 1110100 | 0 | 110 | 110100 | 101 | 110101 | 1010010 | 1000110 |
Color Harmonies of #F1E374
Complementary color
Monochromatic Colors of #F1E374
Black with #F1E374
Text Example
Text Example
White with #F1E374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E374; }
p { color: rgb(241,227,116); }
H1.HeaderClassName
{
color: #F1E374;
}
.AnyTagClassName
{
color: #F1E374;
}
</style>
background-color css
<style>
a { background-color: #F1E374; }
a { background-color: rgb(241,227,116); }
div.DivClassName
{
background-color: #F1E374;
}
.BgClassName
{
background-color: #F1E374;
}
</style>
border-color css
<style>
span { border-color: #F1E374; }
span { border-color: rgb(241,227,116); }
td.TdClassName
{
border-color: #F1E374;
}
.TagClassName
{
border-color: #F1E374;
}
</style>