Shades of Corn #FEE564
Tints of Corn #FEE564
RGB
CMYK
RGB Variations
Color information
#FEE564 (or 0xFEE564) is known color: Corn. HEX triplet: FE, E5 and 64. RGB value is (254,229,100). Sum of RGB (Red+Green+Blue) = 254+229+100=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 229 (89.84% from 255 or 39.28% from 583); Blue value is 100 (39.45% from 255 or 17.15% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE564 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE564 is #011A9B. Grayscale: #DEDEDE. Windows color (decimal): -72348 or 6612478. OLE color: 6612478.
HSL color Cylindrical-coordinate representation of color #FEE564: hue angle of 50.26º 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 #FEE564 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 100 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.00 |
| HSL | 50.26º | 0.99% | 0.69% | - |
| HSV(B) | 50.26º | 0.61% | 1% | - |
| XYZ | 71.19 | 78.03 | 23.37 | - |
| YUV | 221.77 | 59.28 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 100 | 0 | 0.10 | 0.61 | 0.00 | 50.26 | 0.99 | 0.69 |
| Hex | FE | E5 | 64 | 0 | A | 3D | 0 | 32 | 63 | 45 |
| Octal | 376 | 345 | 144 | 0 | 12 | 75 | 0 | 62 | 143 | 105 |
| Binary | 11111110 | 11100101 | 1100100 | 0 | 1010 | 111101 | 0 | 110010 | 1100011 | 1000101 |
Color Harmonies of #FEE564
Complementary color
Monochromatic Colors of #FEE564
Black with #FEE564
Text Example
Text Example
White with #FEE564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE564; }
p { color: rgb(254,229,100); }
H1.HeaderClassName
{
color: #FEE564;
}
.AnyTagClassName
{
color: #FEE564;
}
</style>
background-color css
<style>
a { background-color: #FEE564; }
a { background-color: rgb(254,229,100); }
div.DivClassName
{
background-color: #FEE564;
}
.BgClassName
{
background-color: #FEE564;
}
</style>
border-color css
<style>
span { border-color: #FEE564; }
span { border-color: rgb(254,229,100); }
td.TdClassName
{
border-color: #FEE564;
}
.TagClassName
{
border-color: #FEE564;
}
</style>