Shades of Corn #FEEA66
Tints of Corn #FEEA66
RGB
CMYK
RGB Variations
Color information
#FEEA66 (or 0xFEEA66) is known color: Corn. HEX triplet: FE, EA and 66. RGB value is (254,234,102). Sum of RGB (Red+Green+Blue) = 254+234+102=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 234 (91.80% from 255 or 39.66% from 590); Blue value is 102 (40.23% from 255 or 17.29% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA66 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEA66 is #011599. Grayscale: #E1E1E1. Windows color (decimal): -71066 or 6744830. OLE color: 6744830.
HSL color Cylindrical-coordinate representation of color #FEEA66: hue angle of 52.11º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FEEA66 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 102 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.00 |
| HSL | 52.11º | 0.99% | 0.7% | - |
| HSV(B) | 52.11º | 0.6% | 1% | - |
| XYZ | 72.69 | 80.88 | 24.35 | - |
| YUV | 224.93 | 58.63 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 102 | 0 | 0.08 | 0.60 | 0.00 | 52.11 | 0.99 | 0.7 |
| Hex | FE | EA | 66 | 0 | 8 | 3C | 0 | 34 | 63 | 46 |
| Octal | 376 | 352 | 146 | 0 | 10 | 74 | 0 | 64 | 143 | 106 |
| Binary | 11111110 | 11101010 | 1100110 | 0 | 1000 | 111100 | 0 | 110100 | 1100011 | 1000110 |
Color Harmonies of #FEEA66
Complementary color
Monochromatic Colors of #FEEA66
Black with #FEEA66
Text Example
Text Example
White with #FEEA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA66; }
p { color: rgb(254,234,102); }
H1.HeaderClassName
{
color: #FEEA66;
}
.AnyTagClassName
{
color: #FEEA66;
}
</style>
background-color css
<style>
a { background-color: #FEEA66; }
a { background-color: rgb(254,234,102); }
div.DivClassName
{
background-color: #FEEA66;
}
.BgClassName
{
background-color: #FEEA66;
}
</style>
border-color css
<style>
span { border-color: #FEEA66; }
span { border-color: rgb(254,234,102); }
td.TdClassName
{
border-color: #FEEA66;
}
.TagClassName
{
border-color: #FEEA66;
}
</style>