Shades of Corn #FEEF58
Tints of Corn #FEEF58
RGB
CMYK
RGB Variations
Color information
#FEEF58 (or 0xFEEF58) is known color: Corn. HEX triplet: FE, EF and 58. RGB value is (254,239,88). Sum of RGB (Red+Green+Blue) = 254+239+88=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 239 (93.75% from 255 or 41.14% from 581); Blue value is 88 (34.77% from 255 or 15.15% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF58 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEF58 is #0110A7. Grayscale: #E2E2E2. Windows color (decimal): -69800 or 5828606. OLE color: 5828606.
HSL color Cylindrical-coordinate representation of color #FEEF58: hue angle of 54.58º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FEEF58 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 88 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.00 |
| HSL | 54.58º | 0.99% | 0.67% | - |
| HSV(B) | 54.58º | 0.65% | 1% | - |
| XYZ | 73.5 | 83.51 | 21.48 | - |
| YUV | 226.27 | 49.97 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 88 | 0 | 0.06 | 0.65 | 0.00 | 54.58 | 0.99 | 0.67 |
| Hex | FE | EF | 58 | 0 | 6 | 41 | 0 | 37 | 63 | 43 |
| Octal | 376 | 357 | 130 | 0 | 6 | 101 | 0 | 67 | 143 | 103 |
| Binary | 11111110 | 11101111 | 1011000 | 0 | 110 | 1000001 | 0 | 110111 | 1100011 | 1000011 |
Color Harmonies of #FEEF58
Complementary color
Monochromatic Colors of #FEEF58
Black with #FEEF58
Text Example
Text Example
White with #FEEF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEF58; }
p { color: rgb(254,239,88); }
H1.HeaderClassName
{
color: #FEEF58;
}
.AnyTagClassName
{
color: #FEEF58;
}
</style>
background-color css
<style>
a { background-color: #FEEF58; }
a { background-color: rgb(254,239,88); }
div.DivClassName
{
background-color: #FEEF58;
}
.BgClassName
{
background-color: #FEEF58;
}
</style>
border-color css
<style>
span { border-color: #FEEF58; }
span { border-color: rgb(254,239,88); }
td.TdClassName
{
border-color: #FEEF58;
}
.TagClassName
{
border-color: #FEEF58;
}
</style>