Shades of Corn #FEEB64
Tints of Corn #FEEB64
RGB
CMYK
RGB Variations
Color information
#FEEB64 (or 0xFEEB64) is known color: Corn. HEX triplet: FE, EB and 64. RGB value is (254,235,100). Sum of RGB (Red+Green+Blue) = 254+235+100=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 235 (92.19% from 255 or 39.90% from 589); Blue value is 100 (39.45% from 255 or 16.98% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEB64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEB64 is #01149B. Grayscale: #E1E1E1. Windows color (decimal): -70812 or 6614014. OLE color: 6614014.
HSL color Cylindrical-coordinate representation of color #FEEB64: hue angle of 52.6º 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 #FEEB64 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 100 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.00 |
| HSL | 52.6º | 0.99% | 0.69% | - |
| HSV(B) | 52.6º | 0.61% | 1% | - |
| XYZ | 72.88 | 81.41 | 23.93 | - |
| YUV | 225.29 | 57.29 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 100 | 0 | 0.07 | 0.61 | 0.00 | 52.6 | 0.99 | 0.69 |
| Hex | FE | EB | 64 | 0 | 7 | 3D | 0 | 35 | 63 | 45 |
| Octal | 376 | 353 | 144 | 0 | 7 | 75 | 0 | 65 | 143 | 105 |
| Binary | 11111110 | 11101011 | 1100100 | 0 | 111 | 111101 | 0 | 110101 | 1100011 | 1000101 |
Color Harmonies of #FEEB64
Complementary color
Monochromatic Colors of #FEEB64
Black with #FEEB64
Text Example
Text Example
White with #FEEB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEB64; }
p { color: rgb(254,235,100); }
H1.HeaderClassName
{
color: #FEEB64;
}
.AnyTagClassName
{
color: #FEEB64;
}
</style>
background-color css
<style>
a { background-color: #FEEB64; }
a { background-color: rgb(254,235,100); }
div.DivClassName
{
background-color: #FEEB64;
}
.BgClassName
{
background-color: #FEEB64;
}
</style>
border-color css
<style>
span { border-color: #FEEB64; }
span { border-color: rgb(254,235,100); }
td.TdClassName
{
border-color: #FEEB64;
}
.TagClassName
{
border-color: #FEEB64;
}
</style>