Shades of Corn #FFED67
Tints of Corn #FFED67
RGB
CMYK
RGB Variations
Color information
#FFED67 (or 0xFFED67) is known color: Corn. HEX triplet: FF, ED and 67. RGB value is (255,237,103). Sum of RGB (Red+Green+Blue) = 255+237+103=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 237 (92.97% from 255 or 39.83% from 595); Blue value is 103 (40.62% from 255 or 17.31% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED67 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED67 is #001298. Grayscale: #E3E3E3. Windows color (decimal): -4761 or 6811135. OLE color: 6811135.
HSL color Cylindrical-coordinate representation of color #FFED67: hue angle of 52.89º 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 #FFED67 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 103 | - |
| CMYK | 0 | 0.07 | 0.60 | 0 |
| HSL | 52.89º | 1% | 0.7% | - |
| HSV(B) | 52.89º | 0.6% | 1% | - |
| XYZ | 73.97 | 82.81 | 24.92 | - |
| YUV | 227.11 | 57.96 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 103 | 0 | 0.07 | 0.60 | 0 | 52.89 | 1 | 0.7 |
| Hex | FF | ED | 67 | 0 | 7 | 3C | 0 | 35 | 64 | 46 |
| Octal | 377 | 355 | 147 | 0 | 7 | 74 | 0 | 65 | 144 | 106 |
| Binary | 11111111 | 11101101 | 1100111 | 0 | 111 | 111100 | 0 | 110101 | 1100100 | 1000110 |
Color Harmonies of #FFED67
Complementary color
Monochromatic Colors of #FFED67
Black with #FFED67
Text Example
Text Example
White with #FFED67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED67; }
p { color: rgb(255,237,103); }
H1.HeaderClassName
{
color: #FFED67;
}
.AnyTagClassName
{
color: #FFED67;
}
</style>
background-color css
<style>
a { background-color: #FFED67; }
a { background-color: rgb(255,237,103); }
div.DivClassName
{
background-color: #FFED67;
}
.BgClassName
{
background-color: #FFED67;
}
</style>
border-color css
<style>
span { border-color: #FFED67; }
span { border-color: rgb(255,237,103); }
td.TdClassName
{
border-color: #FFED67;
}
.TagClassName
{
border-color: #FFED67;
}
</style>