Shades of Corn #FEE566
Tints of Corn #FEE566
RGB
CMYK
RGB Variations
Color information
#FEE566 (or 0xFEE566) is known color: Corn. HEX triplet: FE, E5 and 66. RGB value is (254,229,102). Sum of RGB (Red+Green+Blue) = 254+229+102=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 229 (89.84% from 255 or 39.15% from 585); Blue value is 102 (40.23% from 255 or 17.44% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE566 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE566 is #011A99. Grayscale: #DEDEDE. Windows color (decimal): -72346 or 6743550. OLE color: 6743550.
HSL color Cylindrical-coordinate representation of color #FEE566: hue angle of 50.13º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FEE566 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 102 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.00 |
| HSL | 50.13º | 0.99% | 0.7% | - |
| HSV(B) | 50.13º | 0.6% | 1% | - |
| XYZ | 71.29 | 78.07 | 23.88 | - |
| YUV | 222 | 60.28 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 102 | 0 | 0.10 | 0.60 | 0.00 | 50.13 | 0.99 | 0.7 |
| Hex | FE | E5 | 66 | 0 | A | 3C | 0 | 32 | 63 | 46 |
| Octal | 376 | 345 | 146 | 0 | 12 | 74 | 0 | 62 | 143 | 106 |
| Binary | 11111110 | 11100101 | 1100110 | 0 | 1010 | 111100 | 0 | 110010 | 1100011 | 1000110 |
Color Harmonies of #FEE566
Complementary color
Monochromatic Colors of #FEE566
Black with #FEE566
Text Example
Text Example
White with #FEE566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE566; }
p { color: rgb(254,229,102); }
H1.HeaderClassName
{
color: #FEE566;
}
.AnyTagClassName
{
color: #FEE566;
}
</style>
background-color css
<style>
a { background-color: #FEE566; }
a { background-color: rgb(254,229,102); }
div.DivClassName
{
background-color: #FEE566;
}
.BgClassName
{
background-color: #FEE566;
}
</style>
border-color css
<style>
span { border-color: #FEE566; }
span { border-color: rgb(254,229,102); }
td.TdClassName
{
border-color: #FEE566;
}
.TagClassName
{
border-color: #FEE566;
}
</style>