Shades of Sweet Corn #F5E36D
Tints of Sweet Corn #F5E36D
RGB
CMYK
RGB Variations
Color information
#F5E36D (or 0xF5E36D) is known color: Sweet Corn. HEX triplet: F5, E3 and 6D. RGB value is (245,227,109). Sum of RGB (Red+Green+Blue) = 245+227+109=581 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.17% from 581); Green value is 227 (89.06% from 255 or 39.07% from 581); Blue value is 109 (42.97% from 255 or 18.76% from 581); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E36D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E36D is #0A1C92. Grayscale: #DBDBDB. Windows color (decimal): -662675 or 7201781. OLE color: 7201781.
HSL color Cylindrical-coordinate representation of color #F5E36D: hue angle of 52.06º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F5E36D is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 227 | 109 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.04 |
| HSL | 52.06º | 0.87% | 0.69% | - |
| HSV(B) | 52.06º | 0.56% | 0.96% | - |
| XYZ | 67.89 | 75.45 | 25.45 | - |
| YUV | 218.93 | 65.96 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 227 | 109 | 0 | 0.07 | 0.56 | 0.04 | 52.06 | 0.87 | 0.69 |
| Hex | F5 | E3 | 6D | 0 | 7 | 38 | 4 | 34 | 57 | 45 |
| Octal | 365 | 343 | 155 | 0 | 7 | 70 | 4 | 64 | 127 | 105 |
| Binary | 11110101 | 11100011 | 1101101 | 0 | 111 | 111000 | 100 | 110100 | 1010111 | 1000101 |
Color Harmonies of #F5E36D
Complementary color
Monochromatic Colors of #F5E36D
Black with #F5E36D
Text Example
Text Example
White with #F5E36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E36D; }
p { color: rgb(245,227,109); }
H1.HeaderClassName
{
color: #F5E36D;
}
.AnyTagClassName
{
color: #F5E36D;
}
</style>
background-color css
<style>
a { background-color: #F5E36D; }
a { background-color: rgb(245,227,109); }
div.DivClassName
{
background-color: #F5E36D;
}
.BgClassName
{
background-color: #F5E36D;
}
</style>
border-color css
<style>
span { border-color: #F5E36D; }
span { border-color: rgb(245,227,109); }
td.TdClassName
{
border-color: #F5E36D;
}
.TagClassName
{
border-color: #F5E36D;
}
</style>