Shades of Corn #FEEF60
Tints of Corn #FEEF60
RGB
CMYK
RGB Variations
Color information
#FEEF60 (or 0xFEEF60) is known color: Corn. HEX triplet: FE, EF and 60. RGB value is (254,239,96). Sum of RGB (Red+Green+Blue) = 254+239+96=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 239 (93.75% from 255 or 40.58% from 589); Blue value is 96 (37.89% from 255 or 16.30% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF60 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEF60 is #01109F. Grayscale: #E3E3E3. Windows color (decimal): -69792 or 6352894. OLE color: 6352894.
HSL color Cylindrical-coordinate representation of color #FEEF60: hue angle of 54.3º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FEEF60 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 96 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.00 |
| HSL | 54.3º | 0.99% | 0.69% | - |
| HSV(B) | 54.3º | 0.62% | 1% | - |
| XYZ | 73.85 | 83.65 | 23.32 | - |
| YUV | 227.18 | 53.97 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 96 | 0 | 0.06 | 0.62 | 0.00 | 54.3 | 0.99 | 0.69 |
| Hex | FE | EF | 60 | 0 | 6 | 3E | 0 | 36 | 63 | 45 |
| Octal | 376 | 357 | 140 | 0 | 6 | 76 | 0 | 66 | 143 | 105 |
| Binary | 11111110 | 11101111 | 1100000 | 0 | 110 | 111110 | 0 | 110110 | 1100011 | 1000101 |
Color Harmonies of #FEEF60
Complementary color
Monochromatic Colors of #FEEF60
Black with #FEEF60
Text Example
Text Example
White with #FEEF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEF60; }
p { color: rgb(254,239,96); }
H1.HeaderClassName
{
color: #FEEF60;
}
.AnyTagClassName
{
color: #FEEF60;
}
</style>
background-color css
<style>
a { background-color: #FEEF60; }
a { background-color: rgb(254,239,96); }
div.DivClassName
{
background-color: #FEEF60;
}
.BgClassName
{
background-color: #FEEF60;
}
</style>
border-color css
<style>
span { border-color: #FEEF60; }
span { border-color: rgb(254,239,96); }
td.TdClassName
{
border-color: #FEEF60;
}
.TagClassName
{
border-color: #FEEF60;
}
</style>