Shades of Corn #FEEF5E
Tints of Corn #FEEF5E
RGB
CMYK
RGB Variations
Color information
#FEEF5E (or 0xFEEF5E) is known color: Corn. HEX triplet: FE, EF and 5E. RGB value is (254,239,94). Sum of RGB (Red+Green+Blue) = 254+239+94=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 239 (93.75% from 255 or 40.72% from 587); Blue value is 94 (37.11% from 255 or 16.01% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEF5E is #0110A1. Grayscale: #E3E3E3. Windows color (decimal): -69794 or 6221822. OLE color: 6221822.
HSL color Cylindrical-coordinate representation of color #FEEF5E: hue angle of 54.38º 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 #FEEF5E is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 94 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.00 |
| HSL | 54.38º | 0.99% | 0.68% | - |
| HSV(B) | 54.38º | 0.63% | 1% | - |
| XYZ | 73.76 | 83.61 | 22.84 | - |
| YUV | 226.96 | 52.97 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 94 | 0 | 0.06 | 0.63 | 0.00 | 54.38 | 0.99 | 0.68 |
| Hex | FE | EF | 5E | 0 | 6 | 3F | 0 | 36 | 63 | 44 |
| Octal | 376 | 357 | 136 | 0 | 6 | 77 | 0 | 66 | 143 | 104 |
| Binary | 11111110 | 11101111 | 1011110 | 0 | 110 | 111111 | 0 | 110110 | 1100011 | 1000100 |
Color Harmonies of #FEEF5E
Complementary color
Monochromatic Colors of #FEEF5E
Black with #FEEF5E
Text Example
Text Example
White with #FEEF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEF5E; }
p { color: rgb(254,239,94); }
H1.HeaderClassName
{
color: #FEEF5E;
}
.AnyTagClassName
{
color: #FEEF5E;
}
</style>
background-color css
<style>
a { background-color: #FEEF5E; }
a { background-color: rgb(254,239,94); }
div.DivClassName
{
background-color: #FEEF5E;
}
.BgClassName
{
background-color: #FEEF5E;
}
</style>
border-color css
<style>
span { border-color: #FEEF5E; }
span { border-color: rgb(254,239,94); }
td.TdClassName
{
border-color: #FEEF5E;
}
.TagClassName
{
border-color: #FEEF5E;
}
</style>