Shades of Corn #FEED68
Tints of Corn #FEED68
RGB
CMYK
RGB Variations
Color information
#FEED68 (or 0xFEED68) is known color: Corn. HEX triplet: FE, ED and 68. RGB value is (254,237,104). Sum of RGB (Red+Green+Blue) = 254+237+104=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 237 (92.97% from 255 or 39.83% from 595); Blue value is 104 (41.02% from 255 or 17.48% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEED68 is #011297. Grayscale: #E3E3E3. Windows color (decimal): -70296 or 6876670. OLE color: 6876670.
HSL color Cylindrical-coordinate representation of color #FEED68: hue angle of 53.2º 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 #FEED68 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 104 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.00 |
| HSL | 53.2º | 0.99% | 0.7% | - |
| HSV(B) | 53.2º | 0.59% | 1% | - |
| XYZ | 73.66 | 82.64 | 25.17 | - |
| YUV | 226.92 | 58.63 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 104 | 0 | 0.07 | 0.59 | 0.00 | 53.2 | 0.99 | 0.7 |
| Hex | FE | ED | 68 | 0 | 7 | 3B | 0 | 35 | 63 | 46 |
| Octal | 376 | 355 | 150 | 0 | 7 | 73 | 0 | 65 | 143 | 106 |
| Binary | 11111110 | 11101101 | 1101000 | 0 | 111 | 111011 | 0 | 110101 | 1100011 | 1000110 |
Color Harmonies of #FEED68
Complementary color
Monochromatic Colors of #FEED68
Black with #FEED68
Text Example
Text Example
White with #FEED68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED68; }
p { color: rgb(254,237,104); }
H1.HeaderClassName
{
color: #FEED68;
}
.AnyTagClassName
{
color: #FEED68;
}
</style>
background-color css
<style>
a { background-color: #FEED68; }
a { background-color: rgb(254,237,104); }
div.DivClassName
{
background-color: #FEED68;
}
.BgClassName
{
background-color: #FEED68;
}
</style>
border-color css
<style>
span { border-color: #FEED68; }
span { border-color: rgb(254,237,104); }
td.TdClassName
{
border-color: #FEED68;
}
.TagClassName
{
border-color: #FEED68;
}
</style>