Shades of Corn #FEEA68
Tints of Corn #FEEA68
RGB
CMYK
RGB Variations
Color information
#FEEA68 (or 0xFEEA68) is known color: Corn. HEX triplet: FE, EA and 68. RGB value is (254,234,104). Sum of RGB (Red+Green+Blue) = 254+234+104=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 234 (91.80% from 255 or 39.53% from 592); Blue value is 104 (41.02% from 255 or 17.57% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEA68 is #011597. Grayscale: #E1E1E1. Windows color (decimal): -71064 or 6875902. OLE color: 6875902.
HSL color Cylindrical-coordinate representation of color #FEEA68: hue angle of 52º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FEEA68 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 104 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.00 |
| HSL | 52º | 0.99% | 0.7% | - |
| HSV(B) | 52º | 0.59% | 1% | - |
| XYZ | 72.79 | 80.92 | 24.88 | - |
| YUV | 225.16 | 59.63 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 104 | 0 | 0.08 | 0.59 | 0.00 | 52 | 0.99 | 0.7 |
| Hex | FE | EA | 68 | 0 | 8 | 3B | 0 | 34 | 63 | 46 |
| Octal | 376 | 352 | 150 | 0 | 10 | 73 | 0 | 64 | 143 | 106 |
| Binary | 11111110 | 11101010 | 1101000 | 0 | 1000 | 111011 | 0 | 110100 | 1100011 | 1000110 |
Color Harmonies of #FEEA68
Complementary color
Monochromatic Colors of #FEEA68
Black with #FEEA68
Text Example
Text Example
White with #FEEA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA68; }
p { color: rgb(254,234,104); }
H1.HeaderClassName
{
color: #FEEA68;
}
.AnyTagClassName
{
color: #FEEA68;
}
</style>
background-color css
<style>
a { background-color: #FEEA68; }
a { background-color: rgb(254,234,104); }
div.DivClassName
{
background-color: #FEEA68;
}
.BgClassName
{
background-color: #FEEA68;
}
</style>
border-color css
<style>
span { border-color: #FEEA68; }
span { border-color: rgb(254,234,104); }
td.TdClassName
{
border-color: #FEEA68;
}
.TagClassName
{
border-color: #FEEA68;
}
</style>