Shades of Corn #FEED67
Tints of Corn #FEED67
RGB
CMYK
RGB Variations
Color information
#FEED67 (or 0xFEED67) is known color: Corn. HEX triplet: FE, ED and 67. RGB value is (254,237,103). Sum of RGB (Red+Green+Blue) = 254+237+103=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 237 (92.97% from 255 or 39.90% from 594); Blue value is 103 (40.62% from 255 or 17.34% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED67 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEED67 is #011298. Grayscale: #E3E3E3. Windows color (decimal): -70297 or 6811134. OLE color: 6811134.
HSL color Cylindrical-coordinate representation of color #FEED67: hue angle of 53.25º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FEED67 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 103 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.00 |
| HSL | 53.25º | 0.99% | 0.7% | - |
| HSV(B) | 53.25º | 0.59% | 1% | - |
| XYZ | 73.61 | 82.62 | 24.9 | - |
| YUV | 226.81 | 58.13 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 103 | 0 | 0.07 | 0.59 | 0.00 | 53.25 | 0.99 | 0.7 |
| Hex | FE | ED | 67 | 0 | 7 | 3B | 0 | 35 | 63 | 46 |
| Octal | 376 | 355 | 147 | 0 | 7 | 73 | 0 | 65 | 143 | 106 |
| Binary | 11111110 | 11101101 | 1100111 | 0 | 111 | 111011 | 0 | 110101 | 1100011 | 1000110 |
Color Harmonies of #FEED67
Complementary color
Monochromatic Colors of #FEED67
Black with #FEED67
Text Example
Text Example
White with #FEED67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED67; }
p { color: rgb(254,237,103); }
H1.HeaderClassName
{
color: #FEED67;
}
.AnyTagClassName
{
color: #FEED67;
}
</style>
background-color css
<style>
a { background-color: #FEED67; }
a { background-color: rgb(254,237,103); }
div.DivClassName
{
background-color: #FEED67;
}
.BgClassName
{
background-color: #FEED67;
}
</style>
border-color css
<style>
span { border-color: #FEED67; }
span { border-color: rgb(254,237,103); }
td.TdClassName
{
border-color: #FEED67;
}
.TagClassName
{
border-color: #FEED67;
}
</style>