Shades of Corn #FEEF64
Tints of Corn #FEEF64
RGB
CMYK
RGB Variations
Color information
#FEEF64 (or 0xFEEF64) is known color: Corn. HEX triplet: FE, EF and 64. RGB value is (254,239,100). Sum of RGB (Red+Green+Blue) = 254+239+100=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 239 (93.75% from 255 or 40.30% from 593); Blue value is 100 (39.45% from 255 or 16.86% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEF64 is #01109B. Grayscale: #E4E4E4. Windows color (decimal): -69788 or 6615038. OLE color: 6615038.
HSL color Cylindrical-coordinate representation of color #FEEF64: hue angle of 54.16º 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 #FEEF64 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 100 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.00 |
| HSL | 54.16º | 0.99% | 0.69% | - |
| HSV(B) | 54.16º | 0.61% | 1% | - |
| XYZ | 74.04 | 83.72 | 24.31 | - |
| YUV | 227.64 | 55.97 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 100 | 0 | 0.06 | 0.61 | 0.00 | 54.16 | 0.99 | 0.69 |
| Hex | FE | EF | 64 | 0 | 6 | 3D | 0 | 36 | 63 | 45 |
| Octal | 376 | 357 | 144 | 0 | 6 | 75 | 0 | 66 | 143 | 105 |
| Binary | 11111110 | 11101111 | 1100100 | 0 | 110 | 111101 | 0 | 110110 | 1100011 | 1000101 |
Color Harmonies of #FEEF64
Complementary color
Monochromatic Colors of #FEEF64
Black with #FEEF64
Text Example
Text Example
White with #FEEF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEF64; }
p { color: rgb(254,239,100); }
H1.HeaderClassName
{
color: #FEEF64;
}
.AnyTagClassName
{
color: #FEEF64;
}
</style>
background-color css
<style>
a { background-color: #FEEF64; }
a { background-color: rgb(254,239,100); }
div.DivClassName
{
background-color: #FEEF64;
}
.BgClassName
{
background-color: #FEEF64;
}
</style>
border-color css
<style>
span { border-color: #FEEF64; }
span { border-color: rgb(254,239,100); }
td.TdClassName
{
border-color: #FEEF64;
}
.TagClassName
{
border-color: #FEEF64;
}
</style>