Shades of Sweet Corn #FFE774
Tints of Sweet Corn #FFE774
RGB
CMYK
RGB Variations
Color information
#FFE774 (or 0xFFE774) is known color: Sweet Corn. HEX triplet: FF, E7 and 74. RGB value is (255,231,116). Sum of RGB (Red+Green+Blue) = 255+231+116=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 231 (90.62% from 255 or 38.37% from 602); Blue value is 116 (45.70% from 255 or 19.27% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE774 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE774 is #00188B. Grayscale: #E1E1E1. Windows color (decimal): -6284 or 7661567. OLE color: 7661567.
HSL color Cylindrical-coordinate representation of color #FFE774: hue angle of 49.64º 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 #FFE774 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 231 | 116 | - |
| CMYK | 0 | 0.09 | 0.55 | 0 |
| HSL | 49.64º | 1% | 0.73% | - |
| HSV(B) | 49.64º | 0.55% | 1% | - |
| XYZ | 72.97 | 79.67 | 28.06 | - |
| YUV | 225.07 | 66.45 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 231 | 116 | 0 | 0.09 | 0.55 | 0 | 49.64 | 1 | 0.73 |
| Hex | FF | E7 | 74 | 0 | 9 | 37 | 0 | 32 | 64 | 49 |
| Octal | 377 | 347 | 164 | 0 | 11 | 67 | 0 | 62 | 144 | 111 |
| Binary | 11111111 | 11100111 | 1110100 | 0 | 1001 | 110111 | 0 | 110010 | 1100100 | 1001001 |
Color Harmonies of #FFE774
Complementary color
Monochromatic Colors of #FFE774
Black with #FFE774
Text Example
Text Example
White with #FFE774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE774; }
p { color: rgb(255,231,116); }
H1.HeaderClassName
{
color: #FFE774;
}
.AnyTagClassName
{
color: #FFE774;
}
</style>
background-color css
<style>
a { background-color: #FFE774; }
a { background-color: rgb(255,231,116); }
div.DivClassName
{
background-color: #FFE774;
}
.BgClassName
{
background-color: #FFE774;
}
</style>
border-color css
<style>
span { border-color: #FFE774; }
span { border-color: rgb(255,231,116); }
td.TdClassName
{
border-color: #FFE774;
}
.TagClassName
{
border-color: #FFE774;
}
</style>