Shades of Corn #FEE364
Tints of Corn #FEE364
RGB
CMYK
RGB Variations
Color information
#FEE364 (or 0xFEE364) is known color: Corn. HEX triplet: FE, E3 and 64. RGB value is (254,227,100). Sum of RGB (Red+Green+Blue) = 254+227+100=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 227 (89.06% from 255 or 39.07% from 581); Blue value is 100 (39.45% from 255 or 17.21% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE364 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE364 is #011C9B. Grayscale: #DDDDDD. Windows color (decimal): -72860 or 6611966. OLE color: 6611966.
HSL color Cylindrical-coordinate representation of color #FEE364: hue angle of 49.48º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FEE364 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 100 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.00 |
| HSL | 49.48º | 0.99% | 0.69% | - |
| HSV(B) | 49.48º | 0.61% | 1% | - |
| XYZ | 70.64 | 76.93 | 23.18 | - |
| YUV | 220.6 | 59.95 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 100 | 0 | 0.11 | 0.61 | 0.00 | 49.48 | 0.99 | 0.69 |
| Hex | FE | E3 | 64 | 0 | B | 3D | 0 | 31 | 63 | 45 |
| Octal | 376 | 343 | 144 | 0 | 13 | 75 | 0 | 61 | 143 | 105 |
| Binary | 11111110 | 11100011 | 1100100 | 0 | 1011 | 111101 | 0 | 110001 | 1100011 | 1000101 |
Color Harmonies of #FEE364
Complementary color
Monochromatic Colors of #FEE364
Black with #FEE364
Text Example
Text Example
White with #FEE364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE364; }
p { color: rgb(254,227,100); }
H1.HeaderClassName
{
color: #FEE364;
}
.AnyTagClassName
{
color: #FEE364;
}
</style>
background-color css
<style>
a { background-color: #FEE364; }
a { background-color: rgb(254,227,100); }
div.DivClassName
{
background-color: #FEE364;
}
.BgClassName
{
background-color: #FEE364;
}
</style>
border-color css
<style>
span { border-color: #FEE364; }
span { border-color: rgb(254,227,100); }
td.TdClassName
{
border-color: #FEE364;
}
.TagClassName
{
border-color: #FEE364;
}
</style>