Shades of Corn #FEE764
Tints of Corn #FEE764
RGB
CMYK
RGB Variations
Color information
#FEE764 (or 0xFEE764) is known color: Corn. HEX triplet: FE, E7 and 64. RGB value is (254,231,100). Sum of RGB (Red+Green+Blue) = 254+231+100=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 231 (90.62% from 255 or 39.49% from 585); Blue value is 100 (39.45% from 255 or 17.09% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE764 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE764 is #01189B. Grayscale: #DFDFDF. Windows color (decimal): -71836 or 6612990. OLE color: 6612990.
HSL color Cylindrical-coordinate representation of color #FEE764: hue angle of 51.04º 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 #FEE764 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 100 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.00 |
| HSL | 51.04º | 0.99% | 0.69% | - |
| HSV(B) | 51.04º | 0.61% | 1% | - |
| XYZ | 71.75 | 79.14 | 23.55 | - |
| YUV | 222.94 | 58.62 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 100 | 0 | 0.09 | 0.61 | 0.00 | 51.04 | 0.99 | 0.69 |
| Hex | FE | E7 | 64 | 0 | 9 | 3D | 0 | 33 | 63 | 45 |
| Octal | 376 | 347 | 144 | 0 | 11 | 75 | 0 | 63 | 143 | 105 |
| Binary | 11111110 | 11100111 | 1100100 | 0 | 1001 | 111101 | 0 | 110011 | 1100011 | 1000101 |
Color Harmonies of #FEE764
Complementary color
Monochromatic Colors of #FEE764
Black with #FEE764
Text Example
Text Example
White with #FEE764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE764; }
p { color: rgb(254,231,100); }
H1.HeaderClassName
{
color: #FEE764;
}
.AnyTagClassName
{
color: #FEE764;
}
</style>
background-color css
<style>
a { background-color: #FEE764; }
a { background-color: rgb(254,231,100); }
div.DivClassName
{
background-color: #FEE764;
}
.BgClassName
{
background-color: #FEE764;
}
</style>
border-color css
<style>
span { border-color: #FEE764; }
span { border-color: rgb(254,231,100); }
td.TdClassName
{
border-color: #FEE764;
}
.TagClassName
{
border-color: #FEE764;
}
</style>