Shades of Corn #FEEA64
Tints of Corn #FEEA64
RGB
CMYK
RGB Variations
Color information
#FEEA64 (or 0xFEEA64) is known color: Corn. HEX triplet: FE, EA and 64. RGB value is (254,234,100). Sum of RGB (Red+Green+Blue) = 254+234+100=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 100 (39.45% from 255 or 17.01% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEA64 is #01159B. Grayscale: #E1E1E1. Windows color (decimal): -71068 or 6613758. OLE color: 6613758.
HSL color Cylindrical-coordinate representation of color #FEEA64: hue angle of 52.21º 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 #FEEA64 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 100 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.00 |
| HSL | 52.21º | 0.99% | 0.69% | - |
| HSV(B) | 52.21º | 0.61% | 1% | - |
| XYZ | 72.6 | 80.84 | 23.83 | - |
| YUV | 224.7 | 57.63 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 100 | 0 | 0.08 | 0.61 | 0.00 | 52.21 | 0.99 | 0.69 |
| Hex | FE | EA | 64 | 0 | 8 | 3D | 0 | 34 | 63 | 45 |
| Octal | 376 | 352 | 144 | 0 | 10 | 75 | 0 | 64 | 143 | 105 |
| Binary | 11111110 | 11101010 | 1100100 | 0 | 1000 | 111101 | 0 | 110100 | 1100011 | 1000101 |
Color Harmonies of #FEEA64
Complementary color
Monochromatic Colors of #FEEA64
Black with #FEEA64
Text Example
Text Example
White with #FEEA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA64; }
p { color: rgb(254,234,100); }
H1.HeaderClassName
{
color: #FEEA64;
}
.AnyTagClassName
{
color: #FEEA64;
}
</style>
background-color css
<style>
a { background-color: #FEEA64; }
a { background-color: rgb(254,234,100); }
div.DivClassName
{
background-color: #FEEA64;
}
.BgClassName
{
background-color: #FEEA64;
}
</style>
border-color css
<style>
span { border-color: #FEEA64; }
span { border-color: rgb(254,234,100); }
td.TdClassName
{
border-color: #FEEA64;
}
.TagClassName
{
border-color: #FEEA64;
}
</style>