Shades of Corn #FFE65C
Tints of Corn #FFE65C
RGB
CMYK
RGB Variations
Color information
#FFE65C (or 0xFFE65C) is known color: Corn. HEX triplet: FF, E6 and 5C. RGB value is (255,230,92). Sum of RGB (Red+Green+Blue) = 255+230+92=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 230 (90.23% from 255 or 39.86% from 577); Blue value is 92 (36.33% from 255 or 15.94% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE65C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE65C is #0019A3. Grayscale: #DEDEDE. Windows color (decimal): -6564 or 6088447. OLE color: 6088447.
HSL color Cylindrical-coordinate representation of color #FFE65C: hue angle of 50.8º 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 #FFE65C is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 92 | - |
| CMYK | 0 | 0.10 | 0.64 | 0 |
| HSL | 50.8º | 1% | 0.68% | - |
| HSV(B) | 50.8º | 0.64% | 1% | - |
| XYZ | 71.47 | 78.63 | 21.53 | - |
| YUV | 221.74 | 54.78 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 92 | 0 | 0.10 | 0.64 | 0 | 50.8 | 1 | 0.68 |
| Hex | FF | E6 | 5C | 0 | A | 40 | 0 | 33 | 64 | 44 |
| Octal | 377 | 346 | 134 | 0 | 12 | 100 | 0 | 63 | 144 | 104 |
| Binary | 11111111 | 11100110 | 1011100 | 0 | 1010 | 1000000 | 0 | 110011 | 1100100 | 1000100 |
Color Harmonies of #FFE65C
Complementary color
Monochromatic Colors of #FFE65C
Black with #FFE65C
Text Example
Text Example
White with #FFE65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE65C; }
p { color: rgb(255,230,92); }
H1.HeaderClassName
{
color: #FFE65C;
}
.AnyTagClassName
{
color: #FFE65C;
}
</style>
background-color css
<style>
a { background-color: #FFE65C; }
a { background-color: rgb(255,230,92); }
div.DivClassName
{
background-color: #FFE65C;
}
.BgClassName
{
background-color: #FFE65C;
}
</style>
border-color css
<style>
span { border-color: #FFE65C; }
span { border-color: rgb(255,230,92); }
td.TdClassName
{
border-color: #FFE65C;
}
.TagClassName
{
border-color: #FFE65C;
}
</style>