Shades of Corn #FEEF65
Tints of Corn #FEEF65
RGB
CMYK
RGB Variations
Color information
#FEEF65 (or 0xFEEF65) is known color: Corn. HEX triplet: FE, EF and 65. RGB value is (254,239,101). Sum of RGB (Red+Green+Blue) = 254+239+101=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 239 (93.75% from 255 or 40.24% from 594); Blue value is 101 (39.84% from 255 or 17.00% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF65 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEF65 is #01109A. Grayscale: #E4E4E4. Windows color (decimal): -69787 or 6680574. OLE color: 6680574.
HSL color Cylindrical-coordinate representation of color #FEEF65: hue angle of 54.12º 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 #FEEF65 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 101 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.00 |
| HSL | 54.12º | 0.99% | 0.7% | - |
| HSV(B) | 54.12º | 0.6% | 1% | - |
| XYZ | 74.09 | 83.74 | 24.57 | - |
| YUV | 227.75 | 56.47 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 101 | 0 | 0.06 | 0.60 | 0.00 | 54.12 | 0.99 | 0.7 |
| Hex | FE | EF | 65 | 0 | 6 | 3C | 0 | 36 | 63 | 46 |
| Octal | 376 | 357 | 145 | 0 | 6 | 74 | 0 | 66 | 143 | 106 |
| Binary | 11111110 | 11101111 | 1100101 | 0 | 110 | 111100 | 0 | 110110 | 1100011 | 1000110 |
Color Harmonies of #FEEF65
Complementary color
Monochromatic Colors of #FEEF65
Black with #FEEF65
Text Example
Text Example
White with #FEEF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEF65; }
p { color: rgb(254,239,101); }
H1.HeaderClassName
{
color: #FEEF65;
}
.AnyTagClassName
{
color: #FEEF65;
}
</style>
background-color css
<style>
a { background-color: #FEEF65; }
a { background-color: rgb(254,239,101); }
div.DivClassName
{
background-color: #FEEF65;
}
.BgClassName
{
background-color: #FEEF65;
}
</style>
border-color css
<style>
span { border-color: #FEEF65; }
span { border-color: rgb(254,239,101); }
td.TdClassName
{
border-color: #FEEF65;
}
.TagClassName
{
border-color: #FEEF65;
}
</style>