Shades of Corn #FFED65
Tints of Corn #FFED65
RGB
CMYK
RGB Variations
Color information
#FFED65 (or 0xFFED65) is known color: Corn. HEX triplet: FF, ED and 65. RGB value is (255,237,101). Sum of RGB (Red+Green+Blue) = 255+237+101=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 237 (92.97% from 255 or 39.97% from 593); Blue value is 101 (39.84% from 255 or 17.03% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED65 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED65 is #00129A. Grayscale: #E3E3E3. Windows color (decimal): -4763 or 6680063. OLE color: 6680063.
HSL color Cylindrical-coordinate representation of color #FFED65: hue angle of 52.99º 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 #FFED65 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 101 | - |
| CMYK | 0 | 0.07 | 0.60 | 0 |
| HSL | 52.99º | 1% | 0.7% | - |
| HSV(B) | 52.99º | 0.6% | 1% | - |
| XYZ | 73.87 | 82.77 | 24.39 | - |
| YUV | 226.88 | 56.96 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 101 | 0 | 0.07 | 0.60 | 0 | 52.99 | 1 | 0.7 |
| Hex | FF | ED | 65 | 0 | 7 | 3C | 0 | 35 | 64 | 46 |
| Octal | 377 | 355 | 145 | 0 | 7 | 74 | 0 | 65 | 144 | 106 |
| Binary | 11111111 | 11101101 | 1100101 | 0 | 111 | 111100 | 0 | 110101 | 1100100 | 1000110 |
Color Harmonies of #FFED65
Complementary color
Monochromatic Colors of #FFED65
Black with #FFED65
Text Example
Text Example
White with #FFED65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED65; }
p { color: rgb(255,237,101); }
H1.HeaderClassName
{
color: #FFED65;
}
.AnyTagClassName
{
color: #FFED65;
}
</style>
background-color css
<style>
a { background-color: #FFED65; }
a { background-color: rgb(255,237,101); }
div.DivClassName
{
background-color: #FFED65;
}
.BgClassName
{
background-color: #FFED65;
}
</style>
border-color css
<style>
span { border-color: #FFED65; }
span { border-color: rgb(255,237,101); }
td.TdClassName
{
border-color: #FFED65;
}
.TagClassName
{
border-color: #FFED65;
}
</style>