Shades of Corn #FFE45F
Tints of Corn #FFE45F
RGB
CMYK
RGB Variations
Color information
#FFE45F (or 0xFFE45F) is known color: Corn. HEX triplet: FF, E4 and 5F. RGB value is (255,228,95). Sum of RGB (Red+Green+Blue) = 255+228+95=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 228 (89.45% from 255 or 39.45% from 578); Blue value is 95 (37.5% from 255 or 16.44% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE45F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE45F is #001BA0. Grayscale: #DDDDDD. Windows color (decimal): -7073 or 6284543. OLE color: 6284543.
HSL color Cylindrical-coordinate representation of color #FFE45F: hue angle of 49.88º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFE45F is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 95 | - |
| CMYK | 0 | 0.11 | 0.63 | 0 |
| HSL | 49.88º | 1% | 0.69% | - |
| HSV(B) | 49.88º | 0.63% | 1% | - |
| XYZ | 71.05 | 77.57 | 22.05 | - |
| YUV | 220.91 | 56.95 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 95 | 0 | 0.11 | 0.63 | 0 | 49.88 | 1 | 0.69 |
| Hex | FF | E4 | 5F | 0 | B | 3F | 0 | 32 | 64 | 45 |
| Octal | 377 | 344 | 137 | 0 | 13 | 77 | 0 | 62 | 144 | 105 |
| Binary | 11111111 | 11100100 | 1011111 | 0 | 1011 | 111111 | 0 | 110010 | 1100100 | 1000101 |
Color Harmonies of #FFE45F
Complementary color
Monochromatic Colors of #FFE45F
Black with #FFE45F
Text Example
Text Example
White with #FFE45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE45F; }
p { color: rgb(255,228,95); }
H1.HeaderClassName
{
color: #FFE45F;
}
.AnyTagClassName
{
color: #FFE45F;
}
</style>
background-color css
<style>
a { background-color: #FFE45F; }
a { background-color: rgb(255,228,95); }
div.DivClassName
{
background-color: #FFE45F;
}
.BgClassName
{
background-color: #FFE45F;
}
</style>
border-color css
<style>
span { border-color: #FFE45F; }
span { border-color: rgb(255,228,95); }
td.TdClassName
{
border-color: #FFE45F;
}
.TagClassName
{
border-color: #FFE45F;
}
</style>