Shades of Corn #FEE666
Tints of Corn #FEE666
RGB
CMYK
RGB Variations
Color information
#FEE666 (or 0xFEE666) is known color: Corn. HEX triplet: FE, E6 and 66. RGB value is (254,230,102). Sum of RGB (Red+Green+Blue) = 254+230+102=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 230 (90.23% from 255 or 39.25% from 586); Blue value is 102 (40.23% from 255 or 17.41% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE666 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE666 is #011999. Grayscale: #DFDFDF. Windows color (decimal): -72090 or 6743806. OLE color: 6743806.
HSL color Cylindrical-coordinate representation of color #FEE666: hue angle of 50.53º 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 #FEE666 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 102 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.00 |
| HSL | 50.53º | 0.99% | 0.7% | - |
| HSV(B) | 50.53º | 0.6% | 1% | - |
| XYZ | 71.57 | 78.62 | 23.97 | - |
| YUV | 222.58 | 59.95 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 102 | 0 | 0.09 | 0.60 | 0.00 | 50.53 | 0.99 | 0.7 |
| Hex | FE | E6 | 66 | 0 | 9 | 3C | 0 | 33 | 63 | 46 |
| Octal | 376 | 346 | 146 | 0 | 11 | 74 | 0 | 63 | 143 | 106 |
| Binary | 11111110 | 11100110 | 1100110 | 0 | 1001 | 111100 | 0 | 110011 | 1100011 | 1000110 |
Color Harmonies of #FEE666
Complementary color
Monochromatic Colors of #FEE666
Black with #FEE666
Text Example
Text Example
White with #FEE666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE666; }
p { color: rgb(254,230,102); }
H1.HeaderClassName
{
color: #FEE666;
}
.AnyTagClassName
{
color: #FEE666;
}
</style>
background-color css
<style>
a { background-color: #FEE666; }
a { background-color: rgb(254,230,102); }
div.DivClassName
{
background-color: #FEE666;
}
.BgClassName
{
background-color: #FEE666;
}
</style>
border-color css
<style>
span { border-color: #FEE666; }
span { border-color: rgb(254,230,102); }
td.TdClassName
{
border-color: #FEE666;
}
.TagClassName
{
border-color: #FEE666;
}
</style>