#FEE685

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

Shades of Sweet Corn #FEE685

Tints of Sweet Corn #FEE685

Color information

#FEE685 (or 0xFEE685) is unknown color: approx Sweet Corn. HEX triplet: FE, E6 and 85. RGB value is (254,230,133). Sum of RGB (Red+Green+Blue) = 254+230+133=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 230 (90.23% from 255 or 37.28% from 617); Blue value is 133 (52.34% from 255 or 21.56% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE685 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE685 is #01197A. Grayscale: #E2E2E2. Windows color (decimal): -72059 or 8775422. OLE color: 8775422.

HSL color Cylindrical-coordinate representation of color #FEE685: hue angle of 48.1º 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 #FEE685 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB254230133-
CMYK00.090.480.00
HSL48.1º98.37%75.88%-
HSV(B)48.1º47.64%99.61%-
XYZ73.479.3633.64-
YUV226.1275.45147.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.17%
GREEN value IS 230 (90.23% from 255) = 37.28%
BLUE value IS 133 (52.34% from 255) = 21.56%
R=41.17%
G=37.28%
B=21.56%

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
Decimal25423013300.090.480.0048.198.3775.88
HexFEE6850930030624c
Octal37634620501160060142114
Binary11111110111001101000010101001110000011000011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE685; }

 p { color: rgb(254,230,133); }

 H1.HeaderClassName
 {
   color: #FEE685;
 }
 .AnyTagClassName
 {
   color: #FEE685;
 }
</style>
background-color css

<style>
 a { background-color: #FEE685; }

 a { background-color: rgb(254,230,133); }

 div.DivClassName
 {
   background-color: #FEE685;
 }
 .BgClassName
 {
   background-color: #FEE685;
 }
</style>
border-color css

<style>
 span { border-color: #FEE685; }

 span { border-color: rgb(254,230,133); }

 td.TdClassName
 {
   border-color: #FEE685;
 }
 .TagClassName
 {
   border-color: #FEE685;
 }
</style>