Shades of Corn #F6EB5E
Tints of Corn #F6EB5E
RGB
CMYK
RGB Variations
Color information
#F6EB5E (or 0xF6EB5E) is known color: Corn. HEX triplet: F6, EB and 5E. RGB value is (246,235,94). Sum of RGB (Red+Green+Blue) = 246+235+94=575 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.78% from 575); Green value is 235 (92.19% from 255 or 40.87% from 575); Blue value is 94 (37.11% from 255 or 16.35% from 575); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EB5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6EB5E is #0914A1. Grayscale: #DEDEDE. Windows color (decimal): -595106 or 6220790. OLE color: 6220790.
HSL color Cylindrical-coordinate representation of color #F6EB5E: hue angle of 55.66º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F6EB5E is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
RGB | 246 | 235 | 94 | - |
CMYK | 0 | 0.04 | 0.62 | 0.04 |
HSL | 55.66º | 0.89% | 0.67% | - |
HSV(B) | 55.66º | 0.62% | 0.96% | - |
XYZ | 69.73 | 79.82 | 22.32 | - |
YUV | 222.22 | 55.64 | 144.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 235 | 94 | 0 | 0.04 | 0.62 | 0.04 | 55.66 | 0.89 | 0.67 |
Hex | F6 | EB | 5E | 0 | 4 | 3E | 4 | 38 | 59 | 43 |
Octal | 366 | 353 | 136 | 0 | 4 | 76 | 4 | 70 | 131 | 103 |
Binary | 11110110 | 11101011 | 1011110 | 0 | 100 | 111110 | 100 | 111000 | 1011001 | 1000011 |
Color Harmonies of #F6EB5E
Complementary color
Monochromatic Colors of #F6EB5E
Black with #F6EB5E
Text Example
Text Example
White with #F6EB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EB5E; }
p { color: rgb(246,235,94); }
H1.HeaderClassName
{
color: #F6EB5E;
}
.AnyTagClassName
{
color: #F6EB5E;
}
</style>
background-color css
<style>
a { background-color: #F6EB5E; }
a { background-color: rgb(246,235,94); }
div.DivClassName
{
background-color: #F6EB5E;
}
.BgClassName
{
background-color: #F6EB5E;
}
</style>
border-color css
<style>
span { border-color: #F6EB5E; }
span { border-color: rgb(246,235,94); }
td.TdClassName
{
border-color: #F6EB5E;
}
.TagClassName
{
border-color: #F6EB5E;
}
</style>