Shades of Sweet Corn #FEE375
Tints of Sweet Corn #FEE375
RGB
CMYK
RGB Variations
Color information
#FEE375 (or 0xFEE375) is known color: Sweet Corn. HEX triplet: FE, E3 and 75. RGB value is (254,227,117). Sum of RGB (Red+Green+Blue) = 254+227+117=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 227 (89.06% from 255 or 37.96% from 598); Blue value is 117 (46.09% from 255 or 19.57% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE375 is #011C8A. Grayscale: #DFDFDF. Windows color (decimal): -72843 or 7726078. OLE color: 7726078.
HSL color Cylindrical-coordinate representation of color #FEE375: hue angle of 48.18º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FEE375 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 117 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.00 |
| HSL | 48.18º | 0.99% | 0.73% | - |
| HSV(B) | 48.18º | 0.54% | 1% | - |
| XYZ | 71.55 | 77.29 | 27.98 | - |
| YUV | 222.53 | 68.45 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 117 | 0 | 0.11 | 0.54 | 0.00 | 48.18 | 0.99 | 0.73 |
| Hex | FE | E3 | 75 | 0 | B | 36 | 0 | 30 | 63 | 49 |
| Octal | 376 | 343 | 165 | 0 | 13 | 66 | 0 | 60 | 143 | 111 |
| Binary | 11111110 | 11100011 | 1110101 | 0 | 1011 | 110110 | 0 | 110000 | 1100011 | 1001001 |
Color Harmonies of #FEE375
Complementary color
Monochromatic Colors of #FEE375
Black with #FEE375
Text Example
Text Example
White with #FEE375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE375; }
p { color: rgb(254,227,117); }
H1.HeaderClassName
{
color: #FEE375;
}
.AnyTagClassName
{
color: #FEE375;
}
</style>
background-color css
<style>
a { background-color: #FEE375; }
a { background-color: rgb(254,227,117); }
div.DivClassName
{
background-color: #FEE375;
}
.BgClassName
{
background-color: #FEE375;
}
</style>
border-color css
<style>
span { border-color: #FEE375; }
span { border-color: rgb(254,227,117); }
td.TdClassName
{
border-color: #FEE375;
}
.TagClassName
{
border-color: #FEE375;
}
</style>