Shades of Sweet Corn #FFE06F
Tints of Sweet Corn #FFE06F
RGB
CMYK
RGB Variations
Color information
#FFE06F (or 0xFFE06F) is known color: Sweet Corn. HEX triplet: FF, E0 and 6F. RGB value is (255,224,111). Sum of RGB (Red+Green+Blue) = 255+224+111=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 224 (87.89% from 255 or 37.97% from 590); Blue value is 111 (43.75% from 255 or 18.81% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE06F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE06F is #001F90. Grayscale: #DCDCDC. Windows color (decimal): -8081 or 7332095. OLE color: 7332095.
HSL color Cylindrical-coordinate representation of color #FFE06F: hue angle of 47.08º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFE06F is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 111 | - |
| CMYK | 0 | 0.12 | 0.56 | 0 |
| HSL | 47.08º | 1% | 0.72% | - |
| HSV(B) | 47.08º | 0.56% | 1% | - |
| XYZ | 70.76 | 75.72 | 25.92 | - |
| YUV | 220.39 | 66.27 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 111 | 0 | 0.12 | 0.56 | 0 | 47.08 | 1 | 0.72 |
| Hex | FF | E0 | 6F | 0 | C | 38 | 0 | 2F | 64 | 48 |
| Octal | 377 | 340 | 157 | 0 | 14 | 70 | 0 | 57 | 144 | 110 |
| Binary | 11111111 | 11100000 | 1101111 | 0 | 1100 | 111000 | 0 | 101111 | 1100100 | 1001000 |
Color Harmonies of #FFE06F
Complementary color
Monochromatic Colors of #FFE06F
Black with #FFE06F
Text Example
Text Example
White with #FFE06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE06F; }
p { color: rgb(255,224,111); }
H1.HeaderClassName
{
color: #FFE06F;
}
.AnyTagClassName
{
color: #FFE06F;
}
</style>
background-color css
<style>
a { background-color: #FFE06F; }
a { background-color: rgb(255,224,111); }
div.DivClassName
{
background-color: #FFE06F;
}
.BgClassName
{
background-color: #FFE06F;
}
</style>
border-color css
<style>
span { border-color: #FFE06F; }
span { border-color: rgb(255,224,111); }
td.TdClassName
{
border-color: #FFE06F;
}
.TagClassName
{
border-color: #FFE06F;
}
</style>