Shades of Sweet Corn #FEEA81
Tints of Sweet Corn #FEEA81
RGB
CMYK
RGB Variations
Color information
#FEEA81 (or 0xFEEA81) is known color: Sweet Corn. HEX triplet: FE, EA and 81. RGB value is (254,234,129). Sum of RGB (Red+Green+Blue) = 254+234+129=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 129 (50.78% from 255 or 20.91% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEA81 is #01157E. Grayscale: #E4E4E4. Windows color (decimal): -71039 or 8514302. OLE color: 8514302.
HSL color Cylindrical-coordinate representation of color #FEEA81: hue angle of 50.4º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FEEA81 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 129 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.00 |
| HSL | 50.4º | 0.98% | 0.75% | - |
| HSV(B) | 50.4º | 0.49% | 1% | - |
| XYZ | 74.26 | 81.5 | 32.59 | - |
| YUV | 228.01 | 72.13 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 129 | 0 | 0.08 | 0.49 | 0.00 | 50.4 | 0.98 | 0.75 |
| Hex | FE | EA | 81 | 0 | 8 | 31 | 0 | 32 | 62 | 4B |
| Octal | 376 | 352 | 201 | 0 | 10 | 61 | 0 | 62 | 142 | 113 |
| Binary | 11111110 | 11101010 | 10000001 | 0 | 1000 | 110001 | 0 | 110010 | 1100010 | 1001011 |
Color Harmonies of #FEEA81
Complementary color
Monochromatic Colors of #FEEA81
Black with #FEEA81
Text Example
Text Example
White with #FEEA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA81; }
p { color: rgb(254,234,129); }
H1.HeaderClassName
{
color: #FEEA81;
}
.AnyTagClassName
{
color: #FEEA81;
}
</style>
background-color css
<style>
a { background-color: #FEEA81; }
a { background-color: rgb(254,234,129); }
div.DivClassName
{
background-color: #FEEA81;
}
.BgClassName
{
background-color: #FEEA81;
}
</style>
border-color css
<style>
span { border-color: #FEEA81; }
span { border-color: rgb(254,234,129); }
td.TdClassName
{
border-color: #FEEA81;
}
.TagClassName
{
border-color: #FEEA81;
}
</style>