Shades of Sweet Corn #FEDD6D
Tints of Sweet Corn #FEDD6D
RGB
CMYK
RGB Variations
Color information
#FEDD6D (or 0xFEDD6D) is known color: Sweet Corn. HEX triplet: FE, DD and 6D. RGB value is (254,221,109). Sum of RGB (Red+Green+Blue) = 254+221+109=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 109 (42.97% from 255 or 18.66% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDD6D is #012292. Grayscale: #DADADA. Windows color (decimal): -74387 or 7200254. OLE color: 7200254.
HSL color Cylindrical-coordinate representation of color #FEDD6D: hue angle of 46.34º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FEDD6D is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 109 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.00 |
| HSL | 46.34º | 0.99% | 0.71% | - |
| HSV(B) | 46.34º | 0.57% | 1% | - |
| XYZ | 69.49 | 73.89 | 25.07 | - |
| YUV | 218.1 | 66.43 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 109 | 0 | 0.13 | 0.57 | 0.00 | 46.34 | 0.99 | 0.71 |
| Hex | FE | DD | 6D | 0 | D | 39 | 0 | 2E | 63 | 47 |
| Octal | 376 | 335 | 155 | 0 | 15 | 71 | 0 | 56 | 143 | 107 |
| Binary | 11111110 | 11011101 | 1101101 | 0 | 1101 | 111001 | 0 | 101110 | 1100011 | 1000111 |
Color Harmonies of #FEDD6D
Complementary color
Monochromatic Colors of #FEDD6D
Black with #FEDD6D
Text Example
Text Example
White with #FEDD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD6D; }
p { color: rgb(254,221,109); }
H1.HeaderClassName
{
color: #FEDD6D;
}
.AnyTagClassName
{
color: #FEDD6D;
}
</style>
background-color css
<style>
a { background-color: #FEDD6D; }
a { background-color: rgb(254,221,109); }
div.DivClassName
{
background-color: #FEDD6D;
}
.BgClassName
{
background-color: #FEDD6D;
}
</style>
border-color css
<style>
span { border-color: #FEDD6D; }
span { border-color: rgb(254,221,109); }
td.TdClassName
{
border-color: #FEDD6D;
}
.TagClassName
{
border-color: #FEDD6D;
}
</style>