Shades of Corn #FFE65E
Tints of Corn #FFE65E
RGB
CMYK
RGB Variations
Color information
#FFE65E (or 0xFFE65E) is known color: Corn. HEX triplet: FF, E6 and 5E. RGB value is (255,230,94). Sum of RGB (Red+Green+Blue) = 255+230+94=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 230 (90.23% from 255 or 39.72% from 579); Blue value is 94 (37.11% from 255 or 16.23% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE65E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE65E is #0019A1. Grayscale: #DEDEDE. Windows color (decimal): -6562 or 6219519. OLE color: 6219519.
HSL color Cylindrical-coordinate representation of color #FFE65E: hue angle of 50.68º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFE65E is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 94 | - |
| CMYK | 0 | 0.10 | 0.63 | 0 |
| HSL | 50.68º | 1% | 0.68% | - |
| HSV(B) | 50.68º | 0.63% | 1% | - |
| XYZ | 71.56 | 78.66 | 22 | - |
| YUV | 221.97 | 55.78 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 94 | 0 | 0.10 | 0.63 | 0 | 50.68 | 1 | 0.68 |
| Hex | FF | E6 | 5E | 0 | A | 3F | 0 | 33 | 64 | 44 |
| Octal | 377 | 346 | 136 | 0 | 12 | 77 | 0 | 63 | 144 | 104 |
| Binary | 11111111 | 11100110 | 1011110 | 0 | 1010 | 111111 | 0 | 110011 | 1100100 | 1000100 |
Color Harmonies of #FFE65E
Complementary color
Monochromatic Colors of #FFE65E
Black with #FFE65E
Text Example
Text Example
White with #FFE65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE65E; }
p { color: rgb(255,230,94); }
H1.HeaderClassName
{
color: #FFE65E;
}
.AnyTagClassName
{
color: #FFE65E;
}
</style>
background-color css
<style>
a { background-color: #FFE65E; }
a { background-color: rgb(255,230,94); }
div.DivClassName
{
background-color: #FFE65E;
}
.BgClassName
{
background-color: #FFE65E;
}
</style>
border-color css
<style>
span { border-color: #FFE65E; }
span { border-color: rgb(255,230,94); }
td.TdClassName
{
border-color: #FFE65E;
}
.TagClassName
{
border-color: #FFE65E;
}
</style>