Shades of Corn #FEEE65
Tints of Corn #FEEE65
RGB
CMYK
RGB Variations
Color information
#FEEE65 (or 0xFEEE65) is known color: Corn. HEX triplet: FE, EE and 65. RGB value is (254,238,101). Sum of RGB (Red+Green+Blue) = 254+238+101=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 238 (93.36% from 255 or 40.13% from 593); Blue value is 101 (39.84% from 255 or 17.03% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEE65 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEE65 is #01119A. Grayscale: #E3E3E3. Windows color (decimal): -70043 or 6680318. OLE color: 6680318.
HSL color Cylindrical-coordinate representation of color #FEEE65: hue angle of 53.73º 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 #FEEE65 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 101 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.00 |
| HSL | 53.73º | 0.99% | 0.7% | - |
| HSV(B) | 53.73º | 0.6% | 1% | - |
| XYZ | 73.8 | 83.16 | 24.47 | - |
| YUV | 227.17 | 56.8 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 101 | 0 | 0.06 | 0.60 | 0.00 | 53.73 | 0.99 | 0.7 |
| Hex | FE | EE | 65 | 0 | 6 | 3C | 0 | 36 | 63 | 46 |
| Octal | 376 | 356 | 145 | 0 | 6 | 74 | 0 | 66 | 143 | 106 |
| Binary | 11111110 | 11101110 | 1100101 | 0 | 110 | 111100 | 0 | 110110 | 1100011 | 1000110 |
Color Harmonies of #FEEE65
Complementary color
Monochromatic Colors of #FEEE65
Black with #FEEE65
Text Example
Text Example
White with #FEEE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEE65; }
p { color: rgb(254,238,101); }
H1.HeaderClassName
{
color: #FEEE65;
}
.AnyTagClassName
{
color: #FEEE65;
}
</style>
background-color css
<style>
a { background-color: #FEEE65; }
a { background-color: rgb(254,238,101); }
div.DivClassName
{
background-color: #FEEE65;
}
.BgClassName
{
background-color: #FEEE65;
}
</style>
border-color css
<style>
span { border-color: #FEEE65; }
span { border-color: rgb(254,238,101); }
td.TdClassName
{
border-color: #FEEE65;
}
.TagClassName
{
border-color: #FEEE65;
}
</style>