Shades of Sweet Corn #FFDE76
Tints of Sweet Corn #FFDE76
RGB
CMYK
RGB Variations
Color information
#FFDE76 (or 0xFFDE76) is known color: Sweet Corn. HEX triplet: FF, DE and 76. RGB value is (255,222,118). Sum of RGB (Red+Green+Blue) = 255+222+118=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 118 (46.48% from 255 or 19.83% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDE76 is #002189. Grayscale: #DCDCDC. Windows color (decimal): -8586 or 7790335. OLE color: 7790335.
HSL color Cylindrical-coordinate representation of color #FFDE76: hue angle of 45.55º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFDE76 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 118 | - |
| CMYK | 0 | 0.13 | 0.54 | 0 |
| HSL | 45.55º | 1% | 0.73% | - |
| HSV(B) | 45.55º | 0.54% | 1% | - |
| XYZ | 70.63 | 74.81 | 27.86 | - |
| YUV | 220.01 | 70.43 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 118 | 0 | 0.13 | 0.54 | 0 | 45.55 | 1 | 0.73 |
| Hex | FF | DE | 76 | 0 | D | 36 | 0 | 2E | 64 | 49 |
| Octal | 377 | 336 | 166 | 0 | 15 | 66 | 0 | 56 | 144 | 111 |
| Binary | 11111111 | 11011110 | 1110110 | 0 | 1101 | 110110 | 0 | 101110 | 1100100 | 1001001 |
Color Harmonies of #FFDE76
Complementary color
Monochromatic Colors of #FFDE76
Black with #FFDE76
Text Example
Text Example
White with #FFDE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDE76; }
p { color: rgb(255,222,118); }
H1.HeaderClassName
{
color: #FFDE76;
}
.AnyTagClassName
{
color: #FFDE76;
}
</style>
background-color css
<style>
a { background-color: #FFDE76; }
a { background-color: rgb(255,222,118); }
div.DivClassName
{
background-color: #FFDE76;
}
.BgClassName
{
background-color: #FFDE76;
}
</style>
border-color css
<style>
span { border-color: #FFDE76; }
span { border-color: rgb(255,222,118); }
td.TdClassName
{
border-color: #FFDE76;
}
.TagClassName
{
border-color: #FFDE76;
}
</style>