Shades of Sweet Corn #FEE680
Tints of Sweet Corn #FEE680
RGB
CMYK
RGB Variations
Color information
#FEE680 (or 0xFEE680) is known color: Sweet Corn. HEX triplet: FE, E6 and 80. RGB value is (254,230,128). Sum of RGB (Red+Green+Blue) = 254+230+128=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 230 (90.23% from 255 or 37.58% from 612); Blue value is 128 (50.39% from 255 or 20.92% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE680 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE680 is #01197F. Grayscale: #E1E1E1. Windows color (decimal): -72064 or 8447742. OLE color: 8447742.
HSL color Cylindrical-coordinate representation of color #FEE680: hue angle of 48.57º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FEE680 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 128 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.00 |
| HSL | 48.57º | 0.98% | 0.75% | - |
| HSV(B) | 48.57º | 0.5% | 1% | - |
| XYZ | 73.07 | 79.22 | 31.86 | - |
| YUV | 225.55 | 72.95 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 128 | 0 | 0.09 | 0.50 | 0.00 | 48.57 | 0.98 | 0.75 |
| Hex | FE | E6 | 80 | 0 | 9 | 32 | 0 | 31 | 62 | 4B |
| Octal | 376 | 346 | 200 | 0 | 11 | 62 | 0 | 61 | 142 | 113 |
| Binary | 11111110 | 11100110 | 10000000 | 0 | 1001 | 110010 | 0 | 110001 | 1100010 | 1001011 |
Color Harmonies of #FEE680
Complementary color
Monochromatic Colors of #FEE680
Black with #FEE680
Text Example
Text Example
White with #FEE680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE680; }
p { color: rgb(254,230,128); }
H1.HeaderClassName
{
color: #FEE680;
}
.AnyTagClassName
{
color: #FEE680;
}
</style>
background-color css
<style>
a { background-color: #FEE680; }
a { background-color: rgb(254,230,128); }
div.DivClassName
{
background-color: #FEE680;
}
.BgClassName
{
background-color: #FEE680;
}
</style>
border-color css
<style>
span { border-color: #FEE680; }
span { border-color: rgb(254,230,128); }
td.TdClassName
{
border-color: #FEE680;
}
.TagClassName
{
border-color: #FEE680;
}
</style>