Shades of Corn #FEEF66
Tints of Corn #FEEF66
RGB
CMYK
RGB Variations
Color information
#FEEF66 (or 0xFEEF66) is known color: Corn. HEX triplet: FE, EF and 66. RGB value is (254,239,102). Sum of RGB (Red+Green+Blue) = 254+239+102=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 239 (93.75% from 255 or 40.17% from 595); Blue value is 102 (40.23% from 255 or 17.14% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF66 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEF66 is #011099. Grayscale: #E4E4E4. Windows color (decimal): -69786 or 6746110. OLE color: 6746110.
HSL color Cylindrical-coordinate representation of color #FEEF66: hue angle of 54.08º 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 #FEEF66 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 102 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.00 |
| HSL | 54.08º | 0.99% | 0.7% | - |
| HSV(B) | 54.08º | 0.6% | 1% | - |
| XYZ | 74.14 | 83.76 | 24.83 | - |
| YUV | 227.87 | 56.97 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 102 | 0 | 0.06 | 0.60 | 0.00 | 54.08 | 0.99 | 0.7 |
| Hex | FE | EF | 66 | 0 | 6 | 3C | 0 | 36 | 63 | 46 |
| Octal | 376 | 357 | 146 | 0 | 6 | 74 | 0 | 66 | 143 | 106 |
| Binary | 11111110 | 11101111 | 1100110 | 0 | 110 | 111100 | 0 | 110110 | 1100011 | 1000110 |
Color Harmonies of #FEEF66
Complementary color
Monochromatic Colors of #FEEF66
Black with #FEEF66
Text Example
Text Example
White with #FEEF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEF66; }
p { color: rgb(254,239,102); }
H1.HeaderClassName
{
color: #FEEF66;
}
.AnyTagClassName
{
color: #FEEF66;
}
</style>
background-color css
<style>
a { background-color: #FEEF66; }
a { background-color: rgb(254,239,102); }
div.DivClassName
{
background-color: #FEEF66;
}
.BgClassName
{
background-color: #FEEF66;
}
</style>
border-color css
<style>
span { border-color: #FEEF66; }
span { border-color: rgb(254,239,102); }
td.TdClassName
{
border-color: #FEEF66;
}
.TagClassName
{
border-color: #FEEF66;
}
</style>