Shades of Sweet Corn #FFDE70
Tints of Sweet Corn #FFDE70
RGB
CMYK
RGB Variations
Color information
#FFDE70 (or 0xFFDE70) is known color: Sweet Corn. HEX triplet: FF, DE and 70. RGB value is (255,222,112). Sum of RGB (Red+Green+Blue) = 255+222+112=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 222 (87.11% from 255 or 37.69% from 589); Blue value is 112 (44.14% from 255 or 19.02% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDE70 is #00218F. Grayscale: #DBDBDB. Windows color (decimal): -8592 or 7397119. OLE color: 7397119.
HSL color Cylindrical-coordinate representation of color #FFDE70: hue angle of 46.15º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFDE70 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 112 | - |
| CMYK | 0 | 0.13 | 0.56 | 0 |
| HSL | 46.15º | 1% | 0.72% | - |
| HSV(B) | 46.15º | 0.56% | 1% | - |
| XYZ | 70.29 | 74.67 | 26.04 | - |
| YUV | 219.33 | 67.43 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 112 | 0 | 0.13 | 0.56 | 0 | 46.15 | 1 | 0.72 |
| Hex | FF | DE | 70 | 0 | D | 38 | 0 | 2E | 64 | 48 |
| Octal | 377 | 336 | 160 | 0 | 15 | 70 | 0 | 56 | 144 | 110 |
| Binary | 11111111 | 11011110 | 1110000 | 0 | 1101 | 111000 | 0 | 101110 | 1100100 | 1001000 |
Color Harmonies of #FFDE70
Complementary color
Monochromatic Colors of #FFDE70
Black with #FFDE70
Text Example
Text Example
White with #FFDE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDE70; }
p { color: rgb(255,222,112); }
H1.HeaderClassName
{
color: #FFDE70;
}
.AnyTagClassName
{
color: #FFDE70;
}
</style>
background-color css
<style>
a { background-color: #FFDE70; }
a { background-color: rgb(255,222,112); }
div.DivClassName
{
background-color: #FFDE70;
}
.BgClassName
{
background-color: #FFDE70;
}
</style>
border-color css
<style>
span { border-color: #FFDE70; }
span { border-color: rgb(255,222,112); }
td.TdClassName
{
border-color: #FFDE70;
}
.TagClassName
{
border-color: #FFDE70;
}
</style>