Shades of Sweet Corn #FEE075
Tints of Sweet Corn #FEE075
RGB
CMYK
RGB Variations
Color information
#FEE075 (or 0xFEE075) is known color: Sweet Corn. HEX triplet: FE, E0 and 75. RGB value is (254,224,117). Sum of RGB (Red+Green+Blue) = 254+224+117=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 224 (87.89% from 255 or 37.65% from 595); Blue value is 117 (46.09% from 255 or 19.66% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE075 is #011F8A. Grayscale: #DDDDDD. Windows color (decimal): -73611 or 7725310. OLE color: 7725310.
HSL color Cylindrical-coordinate representation of color #FEE075: hue angle of 46.86º 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 #FEE075 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 117 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.00 |
| HSL | 46.86º | 0.99% | 0.73% | - |
| HSV(B) | 46.86º | 0.54% | 1% | - |
| XYZ | 70.74 | 75.67 | 27.71 | - |
| YUV | 220.77 | 69.44 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 117 | 0 | 0.12 | 0.54 | 0.00 | 46.86 | 0.99 | 0.73 |
| Hex | FE | E0 | 75 | 0 | C | 36 | 0 | 2F | 63 | 49 |
| Octal | 376 | 340 | 165 | 0 | 14 | 66 | 0 | 57 | 143 | 111 |
| Binary | 11111110 | 11100000 | 1110101 | 0 | 1100 | 110110 | 0 | 101111 | 1100011 | 1001001 |
Color Harmonies of #FEE075
Complementary color
Monochromatic Colors of #FEE075
Black with #FEE075
Text Example
Text Example
White with #FEE075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE075; }
p { color: rgb(254,224,117); }
H1.HeaderClassName
{
color: #FEE075;
}
.AnyTagClassName
{
color: #FEE075;
}
</style>
background-color css
<style>
a { background-color: #FEE075; }
a { background-color: rgb(254,224,117); }
div.DivClassName
{
background-color: #FEE075;
}
.BgClassName
{
background-color: #FEE075;
}
</style>
border-color css
<style>
span { border-color: #FEE075; }
span { border-color: rgb(254,224,117); }
td.TdClassName
{
border-color: #FEE075;
}
.TagClassName
{
border-color: #FEE075;
}
</style>