Shades of Sweet Corn #FEE07D
Tints of Sweet Corn #FEE07D
RGB
CMYK
RGB Variations
Color information
#FEE07D (or 0xFEE07D) is known color: Sweet Corn. HEX triplet: FE, E0 and 7D. RGB value is (254,224,125). Sum of RGB (Red+Green+Blue) = 254+224+125=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 224 (87.89% from 255 or 37.15% from 603); Blue value is 125 (49.22% from 255 or 20.73% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE07D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE07D is #011F82. Grayscale: #DEDEDE. Windows color (decimal): -73603 or 8249598. OLE color: 8249598.
HSL color Cylindrical-coordinate representation of color #FEE07D: hue angle of 46.05º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FEE07D is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 125 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.00 |
| HSL | 46.05º | 0.98% | 0.74% | - |
| HSV(B) | 46.05º | 0.51% | 1% | - |
| XYZ | 71.23 | 75.86 | 30.29 | - |
| YUV | 221.68 | 73.44 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 125 | 0 | 0.12 | 0.51 | 0.00 | 46.05 | 0.98 | 0.74 |
| Hex | FE | E0 | 7D | 0 | C | 33 | 0 | 2E | 62 | 4A |
| Octal | 376 | 340 | 175 | 0 | 14 | 63 | 0 | 56 | 142 | 112 |
| Binary | 11111110 | 11100000 | 1111101 | 0 | 1100 | 110011 | 0 | 101110 | 1100010 | 1001010 |
Color Harmonies of #FEE07D
Complementary color
Monochromatic Colors of #FEE07D
Black with #FEE07D
Text Example
Text Example
White with #FEE07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE07D; }
p { color: rgb(254,224,125); }
H1.HeaderClassName
{
color: #FEE07D;
}
.AnyTagClassName
{
color: #FEE07D;
}
</style>
background-color css
<style>
a { background-color: #FEE07D; }
a { background-color: rgb(254,224,125); }
div.DivClassName
{
background-color: #FEE07D;
}
.BgClassName
{
background-color: #FEE07D;
}
</style>
border-color css
<style>
span { border-color: #FEE07D; }
span { border-color: rgb(254,224,125); }
td.TdClassName
{
border-color: #FEE07D;
}
.TagClassName
{
border-color: #FEE07D;
}
</style>