Shades of Corn #FEE858
Tints of Corn #FEE858
RGB
CMYK
RGB Variations
Color information
#FEE858 (or 0xFEE858) is known color: Corn. HEX triplet: FE, E8 and 58. RGB value is (254,232,88). Sum of RGB (Red+Green+Blue) = 254+232+88=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 232 (91.02% from 255 or 40.42% from 574); Blue value is 88 (34.77% from 255 or 15.33% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE858 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE858 is #0117A7. Grayscale: #DEDEDE. Windows color (decimal): -71592 or 5826814. OLE color: 5826814.
HSL color Cylindrical-coordinate representation of color #FEE858: hue angle of 52.05º 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 #FEE858 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 88 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.00 |
| HSL | 52.05º | 0.99% | 0.67% | - |
| HSV(B) | 52.05º | 0.65% | 1% | - |
| XYZ | 71.49 | 79.49 | 20.81 | - |
| YUV | 222.16 | 52.29 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 88 | 0 | 0.09 | 0.65 | 0.00 | 52.05 | 0.99 | 0.67 |
| Hex | FE | E8 | 58 | 0 | 9 | 41 | 0 | 34 | 63 | 43 |
| Octal | 376 | 350 | 130 | 0 | 11 | 101 | 0 | 64 | 143 | 103 |
| Binary | 11111110 | 11101000 | 1011000 | 0 | 1001 | 1000001 | 0 | 110100 | 1100011 | 1000011 |
Color Harmonies of #FEE858
Complementary color
Monochromatic Colors of #FEE858
Black with #FEE858
Text Example
Text Example
White with #FEE858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE858; }
p { color: rgb(254,232,88); }
H1.HeaderClassName
{
color: #FEE858;
}
.AnyTagClassName
{
color: #FEE858;
}
</style>
background-color css
<style>
a { background-color: #FEE858; }
a { background-color: rgb(254,232,88); }
div.DivClassName
{
background-color: #FEE858;
}
.BgClassName
{
background-color: #FEE858;
}
</style>
border-color css
<style>
span { border-color: #FEE858; }
span { border-color: rgb(254,232,88); }
td.TdClassName
{
border-color: #FEE858;
}
.TagClassName
{
border-color: #FEE858;
}
</style>