Shades of Sweet Corn #FEE381
Tints of Sweet Corn #FEE381
RGB
CMYK
RGB Variations
Color information
#FEE381 (or 0xFEE381) is known color: Sweet Corn. HEX triplet: FE, E3 and 81. RGB value is (254,227,129). Sum of RGB (Red+Green+Blue) = 254+227+129=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 227 (89.06% from 255 or 37.21% from 610); Blue value is 129 (50.78% from 255 or 21.15% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE381 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE381 is #011C7E. Grayscale: #E0E0E0. Windows color (decimal): -72831 or 8512510. OLE color: 8512510.
HSL color Cylindrical-coordinate representation of color #FEE381: hue angle of 47.04º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FEE381 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 129 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.00 |
| HSL | 47.04º | 0.98% | 0.75% | - |
| HSV(B) | 47.04º | 0.49% | 1% | - |
| XYZ | 72.3 | 77.59 | 31.94 | - |
| YUV | 223.9 | 74.45 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 129 | 0 | 0.11 | 0.49 | 0.00 | 47.04 | 0.98 | 0.75 |
| Hex | FE | E3 | 81 | 0 | B | 31 | 0 | 2F | 62 | 4B |
| Octal | 376 | 343 | 201 | 0 | 13 | 61 | 0 | 57 | 142 | 113 |
| Binary | 11111110 | 11100011 | 10000001 | 0 | 1011 | 110001 | 0 | 101111 | 1100010 | 1001011 |
Color Harmonies of #FEE381
Complementary color
Monochromatic Colors of #FEE381
Black with #FEE381
Text Example
Text Example
White with #FEE381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE381; }
p { color: rgb(254,227,129); }
H1.HeaderClassName
{
color: #FEE381;
}
.AnyTagClassName
{
color: #FEE381;
}
</style>
background-color css
<style>
a { background-color: #FEE381; }
a { background-color: rgb(254,227,129); }
div.DivClassName
{
background-color: #FEE381;
}
.BgClassName
{
background-color: #FEE381;
}
</style>
border-color css
<style>
span { border-color: #FEE381; }
span { border-color: rgb(254,227,129); }
td.TdClassName
{
border-color: #FEE381;
}
.TagClassName
{
border-color: #FEE381;
}
</style>