Shades of Sweet Corn #FEE27A
Tints of Sweet Corn #FEE27A
RGB
CMYK
RGB Variations
Color information
#FEE27A (or 0xFEE27A) is known color: Sweet Corn. HEX triplet: FE, E2 and 7A. RGB value is (254,226,122). Sum of RGB (Red+Green+Blue) = 254+226+122=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 226 (88.67% from 255 or 37.54% from 602); Blue value is 122 (48.05% from 255 or 20.27% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE27A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE27A is #011D85. Grayscale: #DEDEDE. Windows color (decimal): -73094 or 8053502. OLE color: 8053502.
HSL color Cylindrical-coordinate representation of color #FEE27A: hue angle of 47.27º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FEE27A is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 122 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.00 |
| HSL | 47.27º | 0.99% | 0.74% | - |
| HSV(B) | 47.27º | 0.52% | 1% | - |
| XYZ | 71.58 | 76.87 | 29.48 | - |
| YUV | 222.52 | 71.28 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 122 | 0 | 0.11 | 0.52 | 0.00 | 47.27 | 0.99 | 0.74 |
| Hex | FE | E2 | 7A | 0 | B | 34 | 0 | 2F | 63 | 4A |
| Octal | 376 | 342 | 172 | 0 | 13 | 64 | 0 | 57 | 143 | 112 |
| Binary | 11111110 | 11100010 | 1111010 | 0 | 1011 | 110100 | 0 | 101111 | 1100011 | 1001010 |
Color Harmonies of #FEE27A
Complementary color
Monochromatic Colors of #FEE27A
Black with #FEE27A
Text Example
Text Example
White with #FEE27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE27A; }
p { color: rgb(254,226,122); }
H1.HeaderClassName
{
color: #FEE27A;
}
.AnyTagClassName
{
color: #FEE27A;
}
</style>
background-color css
<style>
a { background-color: #FEE27A; }
a { background-color: rgb(254,226,122); }
div.DivClassName
{
background-color: #FEE27A;
}
.BgClassName
{
background-color: #FEE27A;
}
</style>
border-color css
<style>
span { border-color: #FEE27A; }
span { border-color: rgb(254,226,122); }
td.TdClassName
{
border-color: #FEE27A;
}
.TagClassName
{
border-color: #FEE27A;
}
</style>