Shades of Corn #FEE361
Tints of Corn #FEE361
RGB
CMYK
RGB Variations
Color information
#FEE361 (or 0xFEE361) is known color: Corn. HEX triplet: FE, E3 and 61. RGB value is (254,227,97). Sum of RGB (Red+Green+Blue) = 254+227+97=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 227 (89.06% from 255 or 39.27% from 578); Blue value is 97 (38.28% from 255 or 16.78% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE361 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE361 is #011C9E. Grayscale: #DCDCDC. Windows color (decimal): -72863 or 6415358. OLE color: 6415358.
HSL color Cylindrical-coordinate representation of color #FEE361: hue angle of 49.68º 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 #FEE361 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 97 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.00 |
| HSL | 49.68º | 0.99% | 0.69% | - |
| HSV(B) | 49.68º | 0.62% | 1% | - |
| XYZ | 70.5 | 76.87 | 22.43 | - |
| YUV | 220.25 | 58.45 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 97 | 0 | 0.11 | 0.62 | 0.00 | 49.68 | 0.99 | 0.69 |
| Hex | FE | E3 | 61 | 0 | B | 3E | 0 | 32 | 63 | 45 |
| Octal | 376 | 343 | 141 | 0 | 13 | 76 | 0 | 62 | 143 | 105 |
| Binary | 11111110 | 11100011 | 1100001 | 0 | 1011 | 111110 | 0 | 110010 | 1100011 | 1000101 |
Color Harmonies of #FEE361
Complementary color
Monochromatic Colors of #FEE361
Black with #FEE361
Text Example
Text Example
White with #FEE361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE361; }
p { color: rgb(254,227,97); }
H1.HeaderClassName
{
color: #FEE361;
}
.AnyTagClassName
{
color: #FEE361;
}
</style>
background-color css
<style>
a { background-color: #FEE361; }
a { background-color: rgb(254,227,97); }
div.DivClassName
{
background-color: #FEE361;
}
.BgClassName
{
background-color: #FEE361;
}
</style>
border-color css
<style>
span { border-color: #FEE361; }
span { border-color: rgb(254,227,97); }
td.TdClassName
{
border-color: #FEE361;
}
.TagClassName
{
border-color: #FEE361;
}
</style>