Shades of Corn #FEE360
Tints of Corn #FEE360
RGB
CMYK
RGB Variations
Color information
#FEE360 (or 0xFEE360) is known color: Corn. HEX triplet: FE, E3 and 60. RGB value is (254,227,96). Sum of RGB (Red+Green+Blue) = 254+227+96=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 227 (89.06% from 255 or 39.34% from 577); Blue value is 96 (37.89% from 255 or 16.64% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE360 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE360 is #011C9F. Grayscale: #DCDCDC. Windows color (decimal): -72864 or 6349822. OLE color: 6349822.
HSL color Cylindrical-coordinate representation of color #FEE360: hue angle of 49.75º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FEE360 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 96 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.00 |
| HSL | 49.75º | 0.99% | 0.69% | - |
| HSV(B) | 49.75º | 0.62% | 1% | - |
| XYZ | 70.45 | 76.85 | 22.19 | - |
| YUV | 220.14 | 57.95 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 96 | 0 | 0.11 | 0.62 | 0.00 | 49.75 | 0.99 | 0.69 |
| Hex | FE | E3 | 60 | 0 | B | 3E | 0 | 32 | 63 | 45 |
| Octal | 376 | 343 | 140 | 0 | 13 | 76 | 0 | 62 | 143 | 105 |
| Binary | 11111110 | 11100011 | 1100000 | 0 | 1011 | 111110 | 0 | 110010 | 1100011 | 1000101 |
Color Harmonies of #FEE360
Complementary color
Monochromatic Colors of #FEE360
Black with #FEE360
Text Example
Text Example
White with #FEE360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE360; }
p { color: rgb(254,227,96); }
H1.HeaderClassName
{
color: #FEE360;
}
.AnyTagClassName
{
color: #FEE360;
}
</style>
background-color css
<style>
a { background-color: #FEE360; }
a { background-color: rgb(254,227,96); }
div.DivClassName
{
background-color: #FEE360;
}
.BgClassName
{
background-color: #FEE360;
}
</style>
border-color css
<style>
span { border-color: #FEE360; }
span { border-color: rgb(254,227,96); }
td.TdClassName
{
border-color: #FEE360;
}
.TagClassName
{
border-color: #FEE360;
}
</style>