Shades of Sweet Corn #FFE374
Tints of Sweet Corn #FFE374
RGB
CMYK
RGB Variations
Color information
#FFE374 (or 0xFFE374) is known color: Sweet Corn. HEX triplet: FF, E3 and 74. RGB value is (255,227,116). Sum of RGB (Red+Green+Blue) = 255+227+116=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 227 (89.06% from 255 or 37.96% from 598); Blue value is 116 (45.70% from 255 or 19.40% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE374 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE374 is #001C8B. Grayscale: #DFDFDF. Windows color (decimal): -7308 or 7660543. OLE color: 7660543.
HSL color Cylindrical-coordinate representation of color #FFE374: hue angle of 47.91º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFE374 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 116 | - |
| CMYK | 0 | 0.11 | 0.55 | 0 |
| HSL | 47.91º | 1% | 0.73% | - |
| HSV(B) | 47.91º | 0.55% | 1% | - |
| XYZ | 71.86 | 77.46 | 27.69 | - |
| YUV | 222.72 | 67.78 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 116 | 0 | 0.11 | 0.55 | 0 | 47.91 | 1 | 0.73 |
| Hex | FF | E3 | 74 | 0 | B | 37 | 0 | 30 | 64 | 49 |
| Octal | 377 | 343 | 164 | 0 | 13 | 67 | 0 | 60 | 144 | 111 |
| Binary | 11111111 | 11100011 | 1110100 | 0 | 1011 | 110111 | 0 | 110000 | 1100100 | 1001001 |
Color Harmonies of #FFE374
Complementary color
Monochromatic Colors of #FFE374
Black with #FFE374
Text Example
Text Example
White with #FFE374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE374; }
p { color: rgb(255,227,116); }
H1.HeaderClassName
{
color: #FFE374;
}
.AnyTagClassName
{
color: #FFE374;
}
</style>
background-color css
<style>
a { background-color: #FFE374; }
a { background-color: rgb(255,227,116); }
div.DivClassName
{
background-color: #FFE374;
}
.BgClassName
{
background-color: #FFE374;
}
</style>
border-color css
<style>
span { border-color: #FFE374; }
span { border-color: rgb(255,227,116); }
td.TdClassName
{
border-color: #FFE374;
}
.TagClassName
{
border-color: #FFE374;
}
</style>