#FEE785

Color #FEE785 Sweet Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Corn #FEE785

Tints of Sweet Corn #FEE785

Color information

#FEE785 (or 0xFEE785) is unknown color: approx 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

RGB254231133-
CMYK00.090.480.00
HSL48.6º98.37%75.88%-
HSV(B)48.6º47.64%99.61%-
XYZ73.6879.9233.73-
YUV226.775.12147.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 41.10%
GREEN value IS 231 (90.62% from 255) = 37.38%
BLUE value IS 133 (52.34% from 255) = 21.52%
R=41.10%
G=37.38%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423113300.090.480.0048.698.3775.88
HexFEE7850930031624c
Octal37634720501160061142114
Binary11111110111001111000010101001110000011000111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>