Shades of Corn #FFE65D
Tints of Corn #FFE65D
RGB
CMYK
RGB Variations
Color information
#FFE65D (or 0xFFE65D) is known color: Corn. HEX triplet: FF, E6 and 5D. RGB value is (255,230,93). Sum of RGB (Red+Green+Blue) = 255+230+93=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 230 (90.23% from 255 or 39.79% from 578); Blue value is 93 (36.72% from 255 or 16.09% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE65D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE65D is #0019A2. Grayscale: #DEDEDE. Windows color (decimal): -6563 or 6153983. OLE color: 6153983.
HSL color Cylindrical-coordinate representation of color #FFE65D: hue angle of 50.74º 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 #FFE65D is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 93 | - |
| CMYK | 0 | 0.10 | 0.64 | 0 |
| HSL | 50.74º | 1% | 0.68% | - |
| HSV(B) | 50.74º | 0.64% | 1% | - |
| XYZ | 71.51 | 78.64 | 21.77 | - |
| YUV | 221.86 | 55.28 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 93 | 0 | 0.10 | 0.64 | 0 | 50.74 | 1 | 0.68 |
| Hex | FF | E6 | 5D | 0 | A | 40 | 0 | 33 | 64 | 44 |
| Octal | 377 | 346 | 135 | 0 | 12 | 100 | 0 | 63 | 144 | 104 |
| Binary | 11111111 | 11100110 | 1011101 | 0 | 1010 | 1000000 | 0 | 110011 | 1100100 | 1000100 |
Color Harmonies of #FFE65D
Complementary color
Monochromatic Colors of #FFE65D
Black with #FFE65D
Text Example
Text Example
White with #FFE65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE65D; }
p { color: rgb(255,230,93); }
H1.HeaderClassName
{
color: #FFE65D;
}
.AnyTagClassName
{
color: #FFE65D;
}
</style>
background-color css
<style>
a { background-color: #FFE65D; }
a { background-color: rgb(255,230,93); }
div.DivClassName
{
background-color: #FFE65D;
}
.BgClassName
{
background-color: #FFE65D;
}
</style>
border-color css
<style>
span { border-color: #FFE65D; }
span { border-color: rgb(255,230,93); }
td.TdClassName
{
border-color: #FFE65D;
}
.TagClassName
{
border-color: #FFE65D;
}
</style>