Shades of Corn #F5EE5D
Tints of Corn #F5EE5D
RGB
CMYK
RGB Variations
Color information
#F5EE5D (or 0xF5EE5D) is known color: Corn. HEX triplet: F5, EE and 5D. RGB value is (245,238,93). Sum of RGB (Red+Green+Blue) = 245+238+93=576 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.53% from 576); Green value is 238 (93.36% from 255 or 41.32% from 576); Blue value is 93 (36.72% from 255 or 16.15% from 576); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EE5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5EE5D is #0A11A2. Grayscale: #E0E0E0. Windows color (decimal): -659875 or 6156021. OLE color: 6156021.
HSL color Cylindrical-coordinate representation of color #F5EE5D: hue angle of 57.24º 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 #F5EE5D is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 238 | 93 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.04 |
| HSL | 57.24º | 0.88% | 0.66% | - |
| HSV(B) | 57.24º | 0.62% | 0.96% | - |
| XYZ | 70.21 | 81.35 | 22.36 | - |
| YUV | 223.56 | 54.32 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 238 | 93 | 0 | 0.03 | 0.62 | 0.04 | 57.24 | 0.88 | 0.66 |
| Hex | F5 | EE | 5D | 0 | 3 | 3E | 4 | 39 | 58 | 42 |
| Octal | 365 | 356 | 135 | 0 | 3 | 76 | 4 | 71 | 130 | 102 |
| Binary | 11110101 | 11101110 | 1011101 | 0 | 11 | 111110 | 100 | 111001 | 1011000 | 1000010 |
Color Harmonies of #F5EE5D
Complementary color
Monochromatic Colors of #F5EE5D
Black with #F5EE5D
Text Example
Text Example
White with #F5EE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EE5D; }
p { color: rgb(245,238,93); }
H1.HeaderClassName
{
color: #F5EE5D;
}
.AnyTagClassName
{
color: #F5EE5D;
}
</style>
background-color css
<style>
a { background-color: #F5EE5D; }
a { background-color: rgb(245,238,93); }
div.DivClassName
{
background-color: #F5EE5D;
}
.BgClassName
{
background-color: #F5EE5D;
}
</style>
border-color css
<style>
span { border-color: #F5EE5D; }
span { border-color: rgb(245,238,93); }
td.TdClassName
{
border-color: #F5EE5D;
}
.TagClassName
{
border-color: #F5EE5D;
}
</style>