Shades of Corn #FEEE5E
Tints of Corn #FEEE5E
RGB
CMYK
RGB Variations
Color information
#FEEE5E (or 0xFEEE5E) is known color: Corn. HEX triplet: FE, EE and 5E. RGB value is (254,238,94). Sum of RGB (Red+Green+Blue) = 254+238+94=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 238 (93.36% from 255 or 40.61% from 586); Blue value is 94 (37.11% from 255 or 16.04% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEE5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEE5E is #0111A1. Grayscale: #E2E2E2. Windows color (decimal): -70050 or 6221566. OLE color: 6221566.
HSL color Cylindrical-coordinate representation of color #FEEE5E: hue angle of 54º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FEEE5E is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 94 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.00 |
| HSL | 54º | 0.99% | 0.68% | - |
| HSV(B) | 54º | 0.63% | 1% | - |
| XYZ | 73.47 | 83.03 | 22.74 | - |
| YUV | 226.37 | 53.3 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 94 | 0 | 0.06 | 0.63 | 0.00 | 54 | 0.99 | 0.68 |
| Hex | FE | EE | 5E | 0 | 6 | 3F | 0 | 36 | 63 | 44 |
| Octal | 376 | 356 | 136 | 0 | 6 | 77 | 0 | 66 | 143 | 104 |
| Binary | 11111110 | 11101110 | 1011110 | 0 | 110 | 111111 | 0 | 110110 | 1100011 | 1000100 |
Color Harmonies of #FEEE5E
Complementary color
Monochromatic Colors of #FEEE5E
Black with #FEEE5E
Text Example
Text Example
White with #FEEE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEE5E; }
p { color: rgb(254,238,94); }
H1.HeaderClassName
{
color: #FEEE5E;
}
.AnyTagClassName
{
color: #FEEE5E;
}
</style>
background-color css
<style>
a { background-color: #FEEE5E; }
a { background-color: rgb(254,238,94); }
div.DivClassName
{
background-color: #FEEE5E;
}
.BgClassName
{
background-color: #FEEE5E;
}
</style>
border-color css
<style>
span { border-color: #FEEE5E; }
span { border-color: rgb(254,238,94); }
td.TdClassName
{
border-color: #FEEE5E;
}
.TagClassName
{
border-color: #FEEE5E;
}
</style>