Shades of Corn #F5ED5D
Tints of Corn #F5ED5D
RGB
CMYK
RGB Variations
Color information
#F5ED5D (or 0xF5ED5D) is known color: Corn. HEX triplet: F5, ED and 5D. RGB value is (245,237,93). Sum of RGB (Red+Green+Blue) = 245+237+93=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 93 (36.72% from 255 or 16.17% from 575); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ED5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5ED5D is #0A12A2. Grayscale: #DFDFDF. Windows color (decimal): -660131 or 6155765. OLE color: 6155765.
HSL color Cylindrical-coordinate representation of color #F5ED5D: hue angle of 56.84º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5ED5D is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 237 | 93 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.04 |
| HSL | 56.84º | 0.88% | 0.66% | - |
| HSV(B) | 56.84º | 0.62% | 0.96% | - |
| XYZ | 69.92 | 80.77 | 22.26 | - |
| YUV | 222.98 | 54.65 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 237 | 93 | 0 | 0.03 | 0.62 | 0.04 | 56.84 | 0.88 | 0.66 |
| Hex | F5 | ED | 5D | 0 | 3 | 3E | 4 | 39 | 58 | 42 |
| Octal | 365 | 355 | 135 | 0 | 3 | 76 | 4 | 71 | 130 | 102 |
| Binary | 11110101 | 11101101 | 1011101 | 0 | 11 | 111110 | 100 | 111001 | 1011000 | 1000010 |
Color Harmonies of #F5ED5D
Complementary color
Monochromatic Colors of #F5ED5D
Black with #F5ED5D
Text Example
Text Example
White with #F5ED5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ED5D; }
p { color: rgb(245,237,93); }
H1.HeaderClassName
{
color: #F5ED5D;
}
.AnyTagClassName
{
color: #F5ED5D;
}
</style>
background-color css
<style>
a { background-color: #F5ED5D; }
a { background-color: rgb(245,237,93); }
div.DivClassName
{
background-color: #F5ED5D;
}
.BgClassName
{
background-color: #F5ED5D;
}
</style>
border-color css
<style>
span { border-color: #F5ED5D; }
span { border-color: rgb(245,237,93); }
td.TdClassName
{
border-color: #F5ED5D;
}
.TagClassName
{
border-color: #F5ED5D;
}
</style>