Shades of Sweet Corn #FEE36B
Tints of Sweet Corn #FEE36B
RGB
CMYK
RGB Variations
Color information
#FEE36B (or 0xFEE36B) is known color: Sweet Corn. HEX triplet: FE, E3 and 6B. RGB value is (254,227,107). Sum of RGB (Red+Green+Blue) = 254+227+107=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 227 (89.06% from 255 or 38.61% from 588); Blue value is 107 (42.19% from 255 or 18.20% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE36B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE36B is #011C94. Grayscale: #DDDDDD. Windows color (decimal): -72853 or 7070718. OLE color: 7070718.
HSL color Cylindrical-coordinate representation of color #FEE36B: hue angle of 48.98º 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 #FEE36B is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 107 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.00 |
| HSL | 48.98º | 0.99% | 0.71% | - |
| HSV(B) | 48.98º | 0.58% | 1% | - |
| XYZ | 71 | 77.07 | 25.04 | - |
| YUV | 221.39 | 63.45 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 107 | 0 | 0.11 | 0.58 | 0.00 | 48.98 | 0.99 | 0.71 |
| Hex | FE | E3 | 6B | 0 | B | 3A | 0 | 31 | 63 | 47 |
| Octal | 376 | 343 | 153 | 0 | 13 | 72 | 0 | 61 | 143 | 107 |
| Binary | 11111110 | 11100011 | 1101011 | 0 | 1011 | 111010 | 0 | 110001 | 1100011 | 1000111 |
Color Harmonies of #FEE36B
Complementary color
Monochromatic Colors of #FEE36B
Black with #FEE36B
Text Example
Text Example
White with #FEE36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE36B; }
p { color: rgb(254,227,107); }
H1.HeaderClassName
{
color: #FEE36B;
}
.AnyTagClassName
{
color: #FEE36B;
}
</style>
background-color css
<style>
a { background-color: #FEE36B; }
a { background-color: rgb(254,227,107); }
div.DivClassName
{
background-color: #FEE36B;
}
.BgClassName
{
background-color: #FEE36B;
}
</style>
border-color css
<style>
span { border-color: #FEE36B; }
span { border-color: rgb(254,227,107); }
td.TdClassName
{
border-color: #FEE36B;
}
.TagClassName
{
border-color: #FEE36B;
}
</style>