Shades of Sweet Corn #FEDF74
Tints of Sweet Corn #FEDF74
RGB
CMYK
RGB Variations
Color information
#FEDF74 (or 0xFEDF74) is known color: Sweet Corn. HEX triplet: FE, DF and 74. RGB value is (254,223,116). Sum of RGB (Red+Green+Blue) = 254+223+116=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 223 (87.5% from 255 or 37.61% from 593); Blue value is 116 (45.70% from 255 or 19.56% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDF74 is #01208B. Grayscale: #DCDCDC. Windows color (decimal): -73868 or 7659518. OLE color: 7659518.
HSL color Cylindrical-coordinate representation of color #FEDF74: hue angle of 46.52º 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 #FEDF74 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 116 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.00 |
| HSL | 46.52º | 0.99% | 0.73% | - |
| HSV(B) | 46.52º | 0.54% | 1% | - |
| XYZ | 70.41 | 75.11 | 27.31 | - |
| YUV | 220.07 | 69.27 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 116 | 0 | 0.12 | 0.54 | 0.00 | 46.52 | 0.99 | 0.73 |
| Hex | FE | DF | 74 | 0 | C | 36 | 0 | 2F | 63 | 49 |
| Octal | 376 | 337 | 164 | 0 | 14 | 66 | 0 | 57 | 143 | 111 |
| Binary | 11111110 | 11011111 | 1110100 | 0 | 1100 | 110110 | 0 | 101111 | 1100011 | 1001001 |
Color Harmonies of #FEDF74
Complementary color
Monochromatic Colors of #FEDF74
Black with #FEDF74
Text Example
Text Example
White with #FEDF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF74; }
p { color: rgb(254,223,116); }
H1.HeaderClassName
{
color: #FEDF74;
}
.AnyTagClassName
{
color: #FEDF74;
}
</style>
background-color css
<style>
a { background-color: #FEDF74; }
a { background-color: rgb(254,223,116); }
div.DivClassName
{
background-color: #FEDF74;
}
.BgClassName
{
background-color: #FEDF74;
}
</style>
border-color css
<style>
span { border-color: #FEDF74; }
span { border-color: rgb(254,223,116); }
td.TdClassName
{
border-color: #FEDF74;
}
.TagClassName
{
border-color: #FEDF74;
}
</style>