Shades of Corn #FEE964
Tints of Corn #FEE964
RGB
CMYK
RGB Variations
Color information
#FEE964 (or 0xFEE964) is known color: Corn. HEX triplet: FE, E9 and 64. RGB value is (254,233,100). Sum of RGB (Red+Green+Blue) = 254+233+100=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 233 (91.41% from 255 or 39.69% from 587); Blue value is 100 (39.45% from 255 or 17.04% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE964 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE964 is #01169B. Grayscale: #E0E0E0. Windows color (decimal): -71324 or 6613502. OLE color: 6613502.
HSL color Cylindrical-coordinate representation of color #FEE964: hue angle of 51.82º 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 #FEE964 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 100 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.00 |
| HSL | 51.82º | 0.99% | 0.69% | - |
| HSV(B) | 51.82º | 0.61% | 1% | - |
| XYZ | 72.31 | 80.27 | 23.74 | - |
| YUV | 224.12 | 57.96 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 100 | 0 | 0.08 | 0.61 | 0.00 | 51.82 | 0.99 | 0.69 |
| Hex | FE | E9 | 64 | 0 | 8 | 3D | 0 | 34 | 63 | 45 |
| Octal | 376 | 351 | 144 | 0 | 10 | 75 | 0 | 64 | 143 | 105 |
| Binary | 11111110 | 11101001 | 1100100 | 0 | 1000 | 111101 | 0 | 110100 | 1100011 | 1000101 |
Color Harmonies of #FEE964
Complementary color
Monochromatic Colors of #FEE964
Black with #FEE964
Text Example
Text Example
White with #FEE964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE964; }
p { color: rgb(254,233,100); }
H1.HeaderClassName
{
color: #FEE964;
}
.AnyTagClassName
{
color: #FEE964;
}
</style>
background-color css
<style>
a { background-color: #FEE964; }
a { background-color: rgb(254,233,100); }
div.DivClassName
{
background-color: #FEE964;
}
.BgClassName
{
background-color: #FEE964;
}
</style>
border-color css
<style>
span { border-color: #FEE964; }
span { border-color: rgb(254,233,100); }
td.TdClassName
{
border-color: #FEE964;
}
.TagClassName
{
border-color: #FEE964;
}
</style>