Shades of Corn #FFE85D
Tints of Corn #FFE85D
RGB
CMYK
RGB Variations
Color information
#FFE85D (or 0xFFE85D) is known color: Corn. HEX triplet: FF, E8 and 5D. RGB value is (255,232,93). Sum of RGB (Red+Green+Blue) = 255+232+93=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 232 (91.02% from 255 or 40% from 580); Blue value is 93 (36.72% from 255 or 16.03% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE85D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE85D is #0017A2. Grayscale: #DFDFDF. Windows color (decimal): -6051 or 6154495. OLE color: 6154495.
HSL color Cylindrical-coordinate representation of color #FFE85D: hue angle of 51.48º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFE85D is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 232 | 93 | - |
| CMYK | 0 | 0.09 | 0.64 | 0 |
| HSL | 51.48º | 1% | 0.68% | - |
| HSV(B) | 51.48º | 0.64% | 1% | - |
| XYZ | 72.07 | 79.76 | 21.95 | - |
| YUV | 223.03 | 54.62 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 232 | 93 | 0 | 0.09 | 0.64 | 0 | 51.48 | 1 | 0.68 |
| Hex | FF | E8 | 5D | 0 | 9 | 40 | 0 | 33 | 64 | 44 |
| Octal | 377 | 350 | 135 | 0 | 11 | 100 | 0 | 63 | 144 | 104 |
| Binary | 11111111 | 11101000 | 1011101 | 0 | 1001 | 1000000 | 0 | 110011 | 1100100 | 1000100 |
Color Harmonies of #FFE85D
Complementary color
Monochromatic Colors of #FFE85D
Black with #FFE85D
Text Example
Text Example
White with #FFE85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE85D; }
p { color: rgb(255,232,93); }
H1.HeaderClassName
{
color: #FFE85D;
}
.AnyTagClassName
{
color: #FFE85D;
}
</style>
background-color css
<style>
a { background-color: #FFE85D; }
a { background-color: rgb(255,232,93); }
div.DivClassName
{
background-color: #FFE85D;
}
.BgClassName
{
background-color: #FFE85D;
}
</style>
border-color css
<style>
span { border-color: #FFE85D; }
span { border-color: rgb(255,232,93); }
td.TdClassName
{
border-color: #FFE85D;
}
.TagClassName
{
border-color: #FFE85D;
}
</style>