Shades of Corn #FFED66
Tints of Corn #FFED66
RGB
CMYK
RGB Variations
Color information
#FFED66 (or 0xFFED66) is known color: Corn. HEX triplet: FF, ED and 66. RGB value is (255,237,102). Sum of RGB (Red+Green+Blue) = 255+237+102=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 237 (92.97% from 255 or 39.90% from 594); Blue value is 102 (40.23% from 255 or 17.17% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED66 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED66 is #001299. Grayscale: #E3E3E3. Windows color (decimal): -4762 or 6745599. OLE color: 6745599.
HSL color Cylindrical-coordinate representation of color #FFED66: hue angle of 52.94º 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 #FFED66 is Cyan = 0, Magento = 0.07, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 102 | - |
| CMYK | 0 | 0.07 | 0.6 | 0 |
| HSL | 52.94º | 1% | 0.7% | - |
| HSV(B) | 52.94º | 0.6% | 1% | - |
| XYZ | 73.92 | 82.79 | 24.65 | - |
| YUV | 226.99 | 57.46 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 102 | 0 | 0.07 | 0.6 | 0 | 52.94 | 1 | 0.7 |
| Hex | FF | ED | 66 | 0 | 7 | 3C | 0 | 35 | 64 | 46 |
| Octal | 377 | 355 | 146 | 0 | 7 | 74 | 0 | 65 | 144 | 106 |
| Binary | 11111111 | 11101101 | 1100110 | 0 | 111 | 111100 | 0 | 110101 | 1100100 | 1000110 |
Color Harmonies of #FFED66
Complementary color
Monochromatic Colors of #FFED66
Black with #FFED66
Text Example
Text Example
White with #FFED66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED66; }
p { color: rgb(255,237,102); }
H1.HeaderClassName
{
color: #FFED66;
}
.AnyTagClassName
{
color: #FFED66;
}
</style>
background-color css
<style>
a { background-color: #FFED66; }
a { background-color: rgb(255,237,102); }
div.DivClassName
{
background-color: #FFED66;
}
.BgClassName
{
background-color: #FFED66;
}
</style>
border-color css
<style>
span { border-color: #FFED66; }
span { border-color: rgb(255,237,102); }
td.TdClassName
{
border-color: #FFED66;
}
.TagClassName
{
border-color: #FFED66;
}
</style>