Shades of Sweet Corn #FFE17C
Tints of Sweet Corn #FFE17C
RGB
CMYK
RGB Variations
Color information
#FFE17C (or 0xFFE17C) is known color: Sweet Corn. HEX triplet: FF, E1 and 7C. RGB value is (255,225,124). Sum of RGB (Red+Green+Blue) = 255+225+124=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 225 (88.28% from 255 or 37.25% from 604); Blue value is 124 (48.83% from 255 or 20.53% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE17C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE17C is #001E83. Grayscale: #DEDEDE. Windows color (decimal): -7812 or 8184319. OLE color: 8184319.
HSL color Cylindrical-coordinate representation of color #FFE17C: hue angle of 46.26º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFE17C is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 124 | - |
| CMYK | 0 | 0.12 | 0.51 | 0 |
| HSL | 46.26º | 1% | 0.74% | - |
| HSV(B) | 46.26º | 0.51% | 1% | - |
| XYZ | 71.8 | 76.57 | 30.06 | - |
| YUV | 222.46 | 72.44 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 124 | 0 | 0.12 | 0.51 | 0 | 46.26 | 1 | 0.74 |
| Hex | FF | E1 | 7C | 0 | C | 33 | 0 | 2E | 64 | 4A |
| Octal | 377 | 341 | 174 | 0 | 14 | 63 | 0 | 56 | 144 | 112 |
| Binary | 11111111 | 11100001 | 1111100 | 0 | 1100 | 110011 | 0 | 101110 | 1100100 | 1001010 |
Color Harmonies of #FFE17C
Complementary color
Monochromatic Colors of #FFE17C
Black with #FFE17C
Text Example
Text Example
White with #FFE17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE17C; }
p { color: rgb(255,225,124); }
H1.HeaderClassName
{
color: #FFE17C;
}
.AnyTagClassName
{
color: #FFE17C;
}
</style>
background-color css
<style>
a { background-color: #FFE17C; }
a { background-color: rgb(255,225,124); }
div.DivClassName
{
background-color: #FFE17C;
}
.BgClassName
{
background-color: #FFE17C;
}
</style>
border-color css
<style>
span { border-color: #FFE17C; }
span { border-color: rgb(255,225,124); }
td.TdClassName
{
border-color: #FFE17C;
}
.TagClassName
{
border-color: #FFE17C;
}
</style>