Shades of Sweet Corn #FEDE74
Tints of Sweet Corn #FEDE74
RGB
CMYK
RGB Variations
Color information
#FEDE74 (or 0xFEDE74) is known color: Sweet Corn. HEX triplet: FE, DE and 74. RGB value is (254,222,116). Sum of RGB (Red+Green+Blue) = 254+222+116=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 222 (87.11% from 255 or 37.5% from 592); Blue value is 116 (45.70% from 255 or 19.59% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDE74 is #01218B. Grayscale: #DBDBDB. Windows color (decimal): -74124 or 7659262. OLE color: 7659262.
HSL color Cylindrical-coordinate representation of color #FEDE74: hue angle of 46.09º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FEDE74 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 116 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.00 |
| HSL | 46.09º | 0.99% | 0.73% | - |
| HSV(B) | 46.09º | 0.54% | 1% | - |
| XYZ | 70.15 | 74.57 | 27.22 | - |
| YUV | 219.48 | 69.6 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 116 | 0 | 0.13 | 0.54 | 0.00 | 46.09 | 0.99 | 0.73 |
| Hex | FE | DE | 74 | 0 | D | 36 | 0 | 2E | 63 | 49 |
| Octal | 376 | 336 | 164 | 0 | 15 | 66 | 0 | 56 | 143 | 111 |
| Binary | 11111110 | 11011110 | 1110100 | 0 | 1101 | 110110 | 0 | 101110 | 1100011 | 1001001 |
Color Harmonies of #FEDE74
Complementary color
Monochromatic Colors of #FEDE74
Black with #FEDE74
Text Example
Text Example
White with #FEDE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE74; }
p { color: rgb(254,222,116); }
H1.HeaderClassName
{
color: #FEDE74;
}
.AnyTagClassName
{
color: #FEDE74;
}
</style>
background-color css
<style>
a { background-color: #FEDE74; }
a { background-color: rgb(254,222,116); }
div.DivClassName
{
background-color: #FEDE74;
}
.BgClassName
{
background-color: #FEDE74;
}
</style>
border-color css
<style>
span { border-color: #FEDE74; }
span { border-color: rgb(254,222,116); }
td.TdClassName
{
border-color: #FEDE74;
}
.TagClassName
{
border-color: #FEDE74;
}
</style>