Shades of Sweet Corn #FEE76F
Tints of Sweet Corn #FEE76F
RGB
CMYK
RGB Variations
Color information
#FEE76F (or 0xFEE76F) is known color: Sweet Corn. HEX triplet: FE, E7 and 6F. RGB value is (254,231,111). Sum of RGB (Red+Green+Blue) = 254+231+111=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 231 (90.62% from 255 or 38.76% from 596); Blue value is 111 (43.75% from 255 or 18.62% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE76F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE76F is #011890. Grayscale: #E0E0E0. Windows color (decimal): -71825 or 7333886. OLE color: 7333886.
HSL color Cylindrical-coordinate representation of color #FEE76F: hue angle of 50.35º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FEE76F is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 111 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.00 |
| HSL | 50.35º | 0.99% | 0.72% | - |
| HSV(B) | 50.35º | 0.56% | 1% | - |
| XYZ | 72.32 | 79.37 | 26.55 | - |
| YUV | 224.2 | 64.12 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 111 | 0 | 0.09 | 0.56 | 0.00 | 50.35 | 0.99 | 0.72 |
| Hex | FE | E7 | 6F | 0 | 9 | 38 | 0 | 32 | 63 | 48 |
| Octal | 376 | 347 | 157 | 0 | 11 | 70 | 0 | 62 | 143 | 110 |
| Binary | 11111110 | 11100111 | 1101111 | 0 | 1001 | 111000 | 0 | 110010 | 1100011 | 1001000 |
Color Harmonies of #FEE76F
Complementary color
Monochromatic Colors of #FEE76F
Black with #FEE76F
Text Example
Text Example
White with #FEE76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE76F; }
p { color: rgb(254,231,111); }
H1.HeaderClassName
{
color: #FEE76F;
}
.AnyTagClassName
{
color: #FEE76F;
}
</style>
background-color css
<style>
a { background-color: #FEE76F; }
a { background-color: rgb(254,231,111); }
div.DivClassName
{
background-color: #FEE76F;
}
.BgClassName
{
background-color: #FEE76F;
}
</style>
border-color css
<style>
span { border-color: #FEE76F; }
span { border-color: rgb(254,231,111); }
td.TdClassName
{
border-color: #FEE76F;
}
.TagClassName
{
border-color: #FEE76F;
}
</style>