Shades of Sweet Corn #FEE76D
Tints of Sweet Corn #FEE76D
RGB
CMYK
RGB Variations
Color information
#FEE76D (or 0xFEE76D) is known color: Sweet Corn. HEX triplet: FE, E7 and 6D. RGB value is (254,231,109). Sum of RGB (Red+Green+Blue) = 254+231+109=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 231 (90.62% from 255 or 38.89% from 594); Blue value is 109 (42.97% from 255 or 18.35% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE76D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE76D is #011892. Grayscale: #E0E0E0. Windows color (decimal): -71827 or 7202814. OLE color: 7202814.
HSL color Cylindrical-coordinate representation of color #FEE76D: hue angle of 50.48º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FEE76D is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 109 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.00 |
| HSL | 50.48º | 0.99% | 0.71% | - |
| HSV(B) | 50.48º | 0.57% | 1% | - |
| XYZ | 72.21 | 79.33 | 25.97 | - |
| YUV | 223.97 | 63.12 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 109 | 0 | 0.09 | 0.57 | 0.00 | 50.48 | 0.99 | 0.71 |
| Hex | FE | E7 | 6D | 0 | 9 | 39 | 0 | 32 | 63 | 47 |
| Octal | 376 | 347 | 155 | 0 | 11 | 71 | 0 | 62 | 143 | 107 |
| Binary | 11111110 | 11100111 | 1101101 | 0 | 1001 | 111001 | 0 | 110010 | 1100011 | 1000111 |
Color Harmonies of #FEE76D
Complementary color
Monochromatic Colors of #FEE76D
Black with #FEE76D
Text Example
Text Example
White with #FEE76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE76D; }
p { color: rgb(254,231,109); }
H1.HeaderClassName
{
color: #FEE76D;
}
.AnyTagClassName
{
color: #FEE76D;
}
</style>
background-color css
<style>
a { background-color: #FEE76D; }
a { background-color: rgb(254,231,109); }
div.DivClassName
{
background-color: #FEE76D;
}
.BgClassName
{
background-color: #FEE76D;
}
</style>
border-color css
<style>
span { border-color: #FEE76D; }
span { border-color: rgb(254,231,109); }
td.TdClassName
{
border-color: #FEE76D;
}
.TagClassName
{
border-color: #FEE76D;
}
</style>