Shades of Sweet Corn #FEE17D
Tints of Sweet Corn #FEE17D
RGB
CMYK
RGB Variations
Color information
#FEE17D (or 0xFEE17D) is known color: Sweet Corn. HEX triplet: FE, E1 and 7D. RGB value is (254,225,125). Sum of RGB (Red+Green+Blue) = 254+225+125=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 225 (88.28% from 255 or 37.25% from 604); Blue value is 125 (49.22% from 255 or 20.70% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE17D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE17D is #011E82. Grayscale: #DEDEDE. Windows color (decimal): -73347 or 8249854. OLE color: 8249854.
HSL color Cylindrical-coordinate representation of color #FEE17D: hue angle of 46.51º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FEE17D is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 125 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.00 |
| HSL | 46.51º | 0.98% | 0.74% | - |
| HSV(B) | 46.51º | 0.51% | 1% | - |
| XYZ | 71.5 | 76.4 | 30.38 | - |
| YUV | 222.27 | 73.11 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 125 | 0 | 0.11 | 0.51 | 0.00 | 46.51 | 0.98 | 0.74 |
| Hex | FE | E1 | 7D | 0 | B | 33 | 0 | 2F | 62 | 4A |
| Octal | 376 | 341 | 175 | 0 | 13 | 63 | 0 | 57 | 142 | 112 |
| Binary | 11111110 | 11100001 | 1111101 | 0 | 1011 | 110011 | 0 | 101111 | 1100010 | 1001010 |
Color Harmonies of #FEE17D
Complementary color
Monochromatic Colors of #FEE17D
Black with #FEE17D
Text Example
Text Example
White with #FEE17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE17D; }
p { color: rgb(254,225,125); }
H1.HeaderClassName
{
color: #FEE17D;
}
.AnyTagClassName
{
color: #FEE17D;
}
</style>
background-color css
<style>
a { background-color: #FEE17D; }
a { background-color: rgb(254,225,125); }
div.DivClassName
{
background-color: #FEE17D;
}
.BgClassName
{
background-color: #FEE17D;
}
</style>
border-color css
<style>
span { border-color: #FEE17D; }
span { border-color: rgb(254,225,125); }
td.TdClassName
{
border-color: #FEE17D;
}
.TagClassName
{
border-color: #FEE17D;
}
</style>