Shades of Sweet Corn #FFE17E
Tints of Sweet Corn #FFE17E
RGB
CMYK
RGB Variations
Color information
#FFE17E (or 0xFFE17E) is known color: Sweet Corn. HEX triplet: FF, E1 and 7E. RGB value is (255,225,126). Sum of RGB (Red+Green+Blue) = 255+225+126=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 225 (88.28% from 255 or 37.13% from 606); Blue value is 126 (49.61% from 255 or 20.79% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE17E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE17E is #001E81. Grayscale: #DFDFDF. Windows color (decimal): -7810 or 8315391. OLE color: 8315391.
HSL color Cylindrical-coordinate representation of color #FFE17E: hue angle of 46.05º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFE17E is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 126 | - |
| CMYK | 0 | 0.12 | 0.51 | 0 |
| HSL | 46.05º | 1% | 0.75% | - |
| HSV(B) | 46.05º | 0.51% | 1% | - |
| XYZ | 71.93 | 76.62 | 30.74 | - |
| YUV | 222.68 | 73.44 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 126 | 0 | 0.12 | 0.51 | 0 | 46.05 | 1 | 0.75 |
| Hex | FF | E1 | 7E | 0 | C | 33 | 0 | 2E | 64 | 4B |
| Octal | 377 | 341 | 176 | 0 | 14 | 63 | 0 | 56 | 144 | 113 |
| Binary | 11111111 | 11100001 | 1111110 | 0 | 1100 | 110011 | 0 | 101110 | 1100100 | 1001011 |
Color Harmonies of #FFE17E
Complementary color
Monochromatic Colors of #FFE17E
Black with #FFE17E
Text Example
Text Example
White with #FFE17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE17E; }
p { color: rgb(255,225,126); }
H1.HeaderClassName
{
color: #FFE17E;
}
.AnyTagClassName
{
color: #FFE17E;
}
</style>
background-color css
<style>
a { background-color: #FFE17E; }
a { background-color: rgb(255,225,126); }
div.DivClassName
{
background-color: #FFE17E;
}
.BgClassName
{
background-color: #FFE17E;
}
</style>
border-color css
<style>
span { border-color: #FFE17E; }
span { border-color: rgb(255,225,126); }
td.TdClassName
{
border-color: #FFE17E;
}
.TagClassName
{
border-color: #FFE17E;
}
</style>