Shades of Corn #FEED64
Tints of Corn #FEED64
RGB
CMYK
RGB Variations
Color information
#FEED64 (or 0xFEED64) is known color: Corn. HEX triplet: FE, ED and 64. RGB value is (254,237,100). Sum of RGB (Red+Green+Blue) = 254+237+100=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 100 (39.45% from 255 or 16.92% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEED64 is #01129B. Grayscale: #E3E3E3. Windows color (decimal): -70300 or 6614526. OLE color: 6614526.
HSL color Cylindrical-coordinate representation of color #FEED64: hue angle of 53.38º 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 #FEED64 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 100 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.00 |
| HSL | 53.38º | 0.99% | 0.69% | - |
| HSV(B) | 53.38º | 0.61% | 1% | - |
| XYZ | 73.46 | 82.56 | 24.12 | - |
| YUV | 226.47 | 56.63 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 100 | 0 | 0.07 | 0.61 | 0.00 | 53.38 | 0.99 | 0.69 |
| Hex | FE | ED | 64 | 0 | 7 | 3D | 0 | 35 | 63 | 45 |
| Octal | 376 | 355 | 144 | 0 | 7 | 75 | 0 | 65 | 143 | 105 |
| Binary | 11111110 | 11101101 | 1100100 | 0 | 111 | 111101 | 0 | 110101 | 1100011 | 1000101 |
Color Harmonies of #FEED64
Complementary color
Monochromatic Colors of #FEED64
Black with #FEED64
Text Example
Text Example
White with #FEED64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED64; }
p { color: rgb(254,237,100); }
H1.HeaderClassName
{
color: #FEED64;
}
.AnyTagClassName
{
color: #FEED64;
}
</style>
background-color css
<style>
a { background-color: #FEED64; }
a { background-color: rgb(254,237,100); }
div.DivClassName
{
background-color: #FEED64;
}
.BgClassName
{
background-color: #FEED64;
}
</style>
border-color css
<style>
span { border-color: #FEED64; }
span { border-color: rgb(254,237,100); }
td.TdClassName
{
border-color: #FEED64;
}
.TagClassName
{
border-color: #FEED64;
}
</style>