Shades of Corn #FFED64
Tints of Corn #FFED64
RGB
CMYK
RGB Variations
Color information
#FFED64 (or 0xFFED64) is known color: Corn. HEX triplet: FF, ED and 64. RGB value is (255,237,100). Sum of RGB (Red+Green+Blue) = 255+237+100=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 237 (92.97% from 255 or 40.03% from 592); Blue value is 100 (39.45% from 255 or 16.89% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED64 is #00129B. Grayscale: #E3E3E3. Windows color (decimal): -4764 or 6614527. OLE color: 6614527.
HSL color Cylindrical-coordinate representation of color #FFED64: hue angle of 53.03º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFED64 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 100 | - |
| CMYK | 0 | 0.07 | 0.61 | 0 |
| HSL | 53.03º | 1% | 0.7% | - |
| HSV(B) | 53.03º | 0.61% | 1% | - |
| XYZ | 73.82 | 82.75 | 24.14 | - |
| YUV | 226.76 | 56.46 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 100 | 0 | 0.07 | 0.61 | 0 | 53.03 | 1 | 0.7 |
| Hex | FF | ED | 64 | 0 | 7 | 3D | 0 | 35 | 64 | 46 |
| Octal | 377 | 355 | 144 | 0 | 7 | 75 | 0 | 65 | 144 | 106 |
| Binary | 11111111 | 11101101 | 1100100 | 0 | 111 | 111101 | 0 | 110101 | 1100100 | 1000110 |
Color Harmonies of #FFED64
Complementary color
Monochromatic Colors of #FFED64
Black with #FFED64
Text Example
Text Example
White with #FFED64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED64; }
p { color: rgb(255,237,100); }
H1.HeaderClassName
{
color: #FFED64;
}
.AnyTagClassName
{
color: #FFED64;
}
</style>
background-color css
<style>
a { background-color: #FFED64; }
a { background-color: rgb(255,237,100); }
div.DivClassName
{
background-color: #FFED64;
}
.BgClassName
{
background-color: #FFED64;
}
</style>
border-color css
<style>
span { border-color: #FFED64; }
span { border-color: rgb(255,237,100); }
td.TdClassName
{
border-color: #FFED64;
}
.TagClassName
{
border-color: #FFED64;
}
</style>