Shades of Corn #FEEB58
Tints of Corn #FEEB58
RGB
CMYK
RGB Variations
Color information
#FEEB58 (or 0xFEEB58) is known color: Corn. HEX triplet: FE, EB and 58. RGB value is (254,235,88). Sum of RGB (Red+Green+Blue) = 254+235+88=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 88 (34.77% from 255 or 15.25% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEB58 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEB58 is #0114A7. Grayscale: #E0E0E0. Windows color (decimal): -70824 or 5827582. OLE color: 5827582.
HSL color Cylindrical-coordinate representation of color #FEEB58: hue angle of 53.13º 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 #FEEB58 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 88 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.00 |
| HSL | 53.13º | 0.99% | 0.67% | - |
| HSV(B) | 53.13º | 0.65% | 1% | - |
| XYZ | 72.34 | 81.19 | 21.09 | - |
| YUV | 223.92 | 51.29 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 88 | 0 | 0.07 | 0.65 | 0.00 | 53.13 | 0.99 | 0.67 |
| Hex | FE | EB | 58 | 0 | 7 | 41 | 0 | 35 | 63 | 43 |
| Octal | 376 | 353 | 130 | 0 | 7 | 101 | 0 | 65 | 143 | 103 |
| Binary | 11111110 | 11101011 | 1011000 | 0 | 111 | 1000001 | 0 | 110101 | 1100011 | 1000011 |
Color Harmonies of #FEEB58
Complementary color
Monochromatic Colors of #FEEB58
Black with #FEEB58
Text Example
Text Example
White with #FEEB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEB58; }
p { color: rgb(254,235,88); }
H1.HeaderClassName
{
color: #FEEB58;
}
.AnyTagClassName
{
color: #FEEB58;
}
</style>
background-color css
<style>
a { background-color: #FEEB58; }
a { background-color: rgb(254,235,88); }
div.DivClassName
{
background-color: #FEEB58;
}
.BgClassName
{
background-color: #FEEB58;
}
</style>
border-color css
<style>
span { border-color: #FEEB58; }
span { border-color: rgb(254,235,88); }
td.TdClassName
{
border-color: #FEEB58;
}
.TagClassName
{
border-color: #FEEB58;
}
</style>