Shades of Corn #FFEF65
Tints of Corn #FFEF65
RGB
CMYK
RGB Variations
Color information
#FFEF65 (or 0xFFEF65) is known color: Corn. HEX triplet: FF, EF and 65. RGB value is (255,239,101). Sum of RGB (Red+Green+Blue) = 255+239+101=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 239 (93.75% from 255 or 40.17% from 595); Blue value is 101 (39.84% from 255 or 16.97% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF65 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEF65 is #00109A. Grayscale: #E4E4E4. Windows color (decimal): -4251 or 6680575. OLE color: 6680575.
HSL color Cylindrical-coordinate representation of color #FFEF65: hue angle of 53.77º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFEF65 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 101 | - |
| CMYK | 0 | 0.06 | 0.60 | 0 |
| HSL | 53.77º | 1% | 0.7% | - |
| HSV(B) | 53.77º | 0.6% | 1% | - |
| XYZ | 74.46 | 83.93 | 24.59 | - |
| YUV | 228.05 | 56.3 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 101 | 0 | 0.06 | 0.60 | 0 | 53.77 | 1 | 0.7 |
| Hex | FF | EF | 65 | 0 | 6 | 3C | 0 | 36 | 64 | 46 |
| Octal | 377 | 357 | 145 | 0 | 6 | 74 | 0 | 66 | 144 | 106 |
| Binary | 11111111 | 11101111 | 1100101 | 0 | 110 | 111100 | 0 | 110110 | 1100100 | 1000110 |
Color Harmonies of #FFEF65
Complementary color
Monochromatic Colors of #FFEF65
Black with #FFEF65
Text Example
Text Example
White with #FFEF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF65; }
p { color: rgb(255,239,101); }
H1.HeaderClassName
{
color: #FFEF65;
}
.AnyTagClassName
{
color: #FFEF65;
}
</style>
background-color css
<style>
a { background-color: #FFEF65; }
a { background-color: rgb(255,239,101); }
div.DivClassName
{
background-color: #FFEF65;
}
.BgClassName
{
background-color: #FFEF65;
}
</style>
border-color css
<style>
span { border-color: #FFEF65; }
span { border-color: rgb(255,239,101); }
td.TdClassName
{
border-color: #FFEF65;
}
.TagClassName
{
border-color: #FFEF65;
}
</style>