Shades of Sweet Corn #FEE76B
Tints of Sweet Corn #FEE76B
RGB
CMYK
RGB Variations
Color information
#FEE76B (or 0xFEE76B) is known color: Sweet Corn. HEX triplet: FE, E7 and 6B. RGB value is (254,231,107). Sum of RGB (Red+Green+Blue) = 254+231+107=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 231 (90.62% from 255 or 39.02% from 592); Blue value is 107 (42.19% from 255 or 18.07% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE76B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE76B is #011894. Grayscale: #E0E0E0. Windows color (decimal): -71829 or 7071742. OLE color: 7071742.
HSL color Cylindrical-coordinate representation of color #FEE76B: hue angle of 50.61º 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 #FEE76B is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 107 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.00 |
| HSL | 50.61º | 0.99% | 0.71% | - |
| HSV(B) | 50.61º | 0.58% | 1% | - |
| XYZ | 72.1 | 79.28 | 25.41 | - |
| YUV | 223.74 | 62.12 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 107 | 0 | 0.09 | 0.58 | 0.00 | 50.61 | 0.99 | 0.71 |
| Hex | FE | E7 | 6B | 0 | 9 | 3A | 0 | 33 | 63 | 47 |
| Octal | 376 | 347 | 153 | 0 | 11 | 72 | 0 | 63 | 143 | 107 |
| Binary | 11111110 | 11100111 | 1101011 | 0 | 1001 | 111010 | 0 | 110011 | 1100011 | 1000111 |
Color Harmonies of #FEE76B
Complementary color
Monochromatic Colors of #FEE76B
Black with #FEE76B
Text Example
Text Example
White with #FEE76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE76B; }
p { color: rgb(254,231,107); }
H1.HeaderClassName
{
color: #FEE76B;
}
.AnyTagClassName
{
color: #FEE76B;
}
</style>
background-color css
<style>
a { background-color: #FEE76B; }
a { background-color: rgb(254,231,107); }
div.DivClassName
{
background-color: #FEE76B;
}
.BgClassName
{
background-color: #FEE76B;
}
</style>
border-color css
<style>
span { border-color: #FEE76B; }
span { border-color: rgb(254,231,107); }
td.TdClassName
{
border-color: #FEE76B;
}
.TagClassName
{
border-color: #FEE76B;
}
</style>