Shades of Sweet Corn #FEE785
Tints of Sweet Corn #FEE785
RGB
CMYK
RGB Variations
Color information
#FEE785 (or 0xFEE785) is known color: Sweet Corn. HEX triplet: FE, E7 and 85. RGB value is (254,231,133). Sum of RGB (Red+Green+Blue) = 254+231+133=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 231 (90.62% from 255 or 37.38% from 618); Blue value is 133 (52.34% from 255 or 21.52% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE785 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE785 is #01187A. Grayscale: #E3E3E3. Windows color (decimal): -71803 or 8775678. OLE color: 8775678.
HSL color Cylindrical-coordinate representation of color #FEE785: hue angle of 48.6º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FEE785 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 133 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.00 |
| HSL | 48.6º | 0.98% | 0.76% | - |
| HSV(B) | 48.6º | 0.48% | 1% | - |
| XYZ | 73.68 | 79.92 | 33.73 | - |
| YUV | 226.71 | 75.12 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 133 | 0 | 0.09 | 0.48 | 0.00 | 48.6 | 0.98 | 0.76 |
| Hex | FE | E7 | 85 | 0 | 9 | 30 | 0 | 31 | 62 | 4C |
| Octal | 376 | 347 | 205 | 0 | 11 | 60 | 0 | 61 | 142 | 114 |
| Binary | 11111110 | 11100111 | 10000101 | 0 | 1001 | 110000 | 0 | 110001 | 1100010 | 1001100 |
Color Harmonies of #FEE785
Complementary color
Monochromatic Colors of #FEE785
Black with #FEE785
Text Example
Text Example
White with #FEE785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE785; }
p { color: rgb(254,231,133); }
H1.HeaderClassName
{
color: #FEE785;
}
.AnyTagClassName
{
color: #FEE785;
}
</style>
background-color css
<style>
a { background-color: #FEE785; }
a { background-color: rgb(254,231,133); }
div.DivClassName
{
background-color: #FEE785;
}
.BgClassName
{
background-color: #FEE785;
}
</style>
border-color css
<style>
span { border-color: #FEE785; }
span { border-color: rgb(254,231,133); }
td.TdClassName
{
border-color: #FEE785;
}
.TagClassName
{
border-color: #FEE785;
}
</style>