Shades of Sweet Corn #FEE76A
Tints of Sweet Corn #FEE76A
RGB
CMYK
RGB Variations
Color information
#FEE76A (or 0xFEE76A) is known color: Sweet Corn. HEX triplet: FE, E7 and 6A. RGB value is (254,231,106). Sum of RGB (Red+Green+Blue) = 254+231+106=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 231 (90.62% from 255 or 39.09% from 591); Blue value is 106 (41.80% from 255 or 17.94% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE76A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE76A is #011895. Grayscale: #E0E0E0. Windows color (decimal): -71830 or 7006206. OLE color: 7006206.
HSL color Cylindrical-coordinate representation of color #FEE76A: hue angle of 50.68º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FEE76A is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 106 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.00 |
| HSL | 50.68º | 0.99% | 0.71% | - |
| HSV(B) | 50.68º | 0.58% | 1% | - |
| XYZ | 72.05 | 79.26 | 25.14 | - |
| YUV | 223.63 | 61.62 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 106 | 0 | 0.09 | 0.58 | 0.00 | 50.68 | 0.99 | 0.71 |
| Hex | FE | E7 | 6A | 0 | 9 | 3A | 0 | 33 | 63 | 47 |
| Octal | 376 | 347 | 152 | 0 | 11 | 72 | 0 | 63 | 143 | 107 |
| Binary | 11111110 | 11100111 | 1101010 | 0 | 1001 | 111010 | 0 | 110011 | 1100011 | 1000111 |
Color Harmonies of #FEE76A
Complementary color
Monochromatic Colors of #FEE76A
Black with #FEE76A
Text Example
Text Example
White with #FEE76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE76A; }
p { color: rgb(254,231,106); }
H1.HeaderClassName
{
color: #FEE76A;
}
.AnyTagClassName
{
color: #FEE76A;
}
</style>
background-color css
<style>
a { background-color: #FEE76A; }
a { background-color: rgb(254,231,106); }
div.DivClassName
{
background-color: #FEE76A;
}
.BgClassName
{
background-color: #FEE76A;
}
</style>
border-color css
<style>
span { border-color: #FEE76A; }
span { border-color: rgb(254,231,106); }
td.TdClassName
{
border-color: #FEE76A;
}
.TagClassName
{
border-color: #FEE76A;
}
</style>