Shades of Sweet Corn #FFE07D
Tints of Sweet Corn #FFE07D
RGB
CMYK
RGB Variations
Color information
#FFE07D (or 0xFFE07D) is known color: Sweet Corn. HEX triplet: FF, E0 and 7D. RGB value is (255,224,125). Sum of RGB (Red+Green+Blue) = 255+224+125=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 224 (87.89% from 255 or 37.09% from 604); Blue value is 125 (49.22% from 255 or 20.70% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE07D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE07D is #001F82. Grayscale: #DEDEDE. Windows color (decimal): -8067 or 8249599. OLE color: 8249599.
HSL color Cylindrical-coordinate representation of color #FFE07D: hue angle of 45.69º 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 #FFE07D is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 125 | - |
| CMYK | 0 | 0.12 | 0.51 | 0 |
| HSL | 45.69º | 1% | 0.75% | - |
| HSV(B) | 45.69º | 0.51% | 1% | - |
| XYZ | 71.6 | 76.05 | 30.31 | - |
| YUV | 221.98 | 73.27 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 125 | 0 | 0.12 | 0.51 | 0 | 45.69 | 1 | 0.75 |
| Hex | FF | E0 | 7D | 0 | C | 33 | 0 | 2E | 64 | 4B |
| Octal | 377 | 340 | 175 | 0 | 14 | 63 | 0 | 56 | 144 | 113 |
| Binary | 11111111 | 11100000 | 1111101 | 0 | 1100 | 110011 | 0 | 101110 | 1100100 | 1001011 |
Color Harmonies of #FFE07D
Complementary color
Monochromatic Colors of #FFE07D
Black with #FFE07D
Text Example
Text Example
White with #FFE07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE07D; }
p { color: rgb(255,224,125); }
H1.HeaderClassName
{
color: #FFE07D;
}
.AnyTagClassName
{
color: #FFE07D;
}
</style>
background-color css
<style>
a { background-color: #FFE07D; }
a { background-color: rgb(255,224,125); }
div.DivClassName
{
background-color: #FFE07D;
}
.BgClassName
{
background-color: #FFE07D;
}
</style>
border-color css
<style>
span { border-color: #FFE07D; }
span { border-color: rgb(255,224,125); }
td.TdClassName
{
border-color: #FFE07D;
}
.TagClassName
{
border-color: #FFE07D;
}
</style>