Shades of Sweet Corn #FFE07E
Tints of Sweet Corn #FFE07E
RGB
CMYK
RGB Variations
Color information
#FFE07E (or 0xFFE07E) is known color: Sweet Corn. HEX triplet: FF, E0 and 7E. RGB value is (255,224,126). Sum of RGB (Red+Green+Blue) = 255+224+126=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 224 (87.89% from 255 or 37.02% from 605); Blue value is 126 (49.61% from 255 or 20.83% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE07E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE07E is #001F81. Grayscale: #DEDEDE. Windows color (decimal): -8066 or 8315135. OLE color: 8315135.
HSL color Cylindrical-coordinate representation of color #FFE07E: hue angle of 45.58º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFE07E is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 126 | - |
| CMYK | 0 | 0.12 | 0.51 | 0 |
| HSL | 45.58º | 1% | 0.75% | - |
| HSV(B) | 45.58º | 0.51% | 1% | - |
| XYZ | 71.66 | 76.08 | 30.65 | - |
| YUV | 222.1 | 73.77 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 126 | 0 | 0.12 | 0.51 | 0 | 45.58 | 1 | 0.75 |
| Hex | FF | E0 | 7E | 0 | C | 33 | 0 | 2E | 64 | 4B |
| Octal | 377 | 340 | 176 | 0 | 14 | 63 | 0 | 56 | 144 | 113 |
| Binary | 11111111 | 11100000 | 1111110 | 0 | 1100 | 110011 | 0 | 101110 | 1100100 | 1001011 |
Color Harmonies of #FFE07E
Complementary color
Monochromatic Colors of #FFE07E
Black with #FFE07E
Text Example
Text Example
White with #FFE07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE07E; }
p { color: rgb(255,224,126); }
H1.HeaderClassName
{
color: #FFE07E;
}
.AnyTagClassName
{
color: #FFE07E;
}
</style>
background-color css
<style>
a { background-color: #FFE07E; }
a { background-color: rgb(255,224,126); }
div.DivClassName
{
background-color: #FFE07E;
}
.BgClassName
{
background-color: #FFE07E;
}
</style>
border-color css
<style>
span { border-color: #FFE07E; }
span { border-color: rgb(255,224,126); }
td.TdClassName
{
border-color: #FFE07E;
}
.TagClassName
{
border-color: #FFE07E;
}
</style>