#FEE682

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

Shades of Sweet Corn #FEE682

Tints of Sweet Corn #FEE682

Color information

#FEE682 (or 0xFEE682) is unknown color: approx Sweet Corn. HEX triplet: FE, E6 and 82. RGB value is (254,230,130). Sum of RGB (Red+Green+Blue) = 254+230+130=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 230 (90.23% from 255 or 37.46% from 614); Blue value is 130 (51.17% from 255 or 21.17% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE682 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE682 is #01197D. Grayscale: #E2E2E2. Windows color (decimal): -72062 or 8578814. OLE color: 8578814.

HSL color Cylindrical-coordinate representation of color #FEE682: hue angle of 48.39º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FEE682 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.00.

Color convert

RGB254230130-
CMYK00.090.490.00
HSL48.39º98.41%75.29%-
HSV(B)48.39º48.82%99.61%-
XYZ73.279.2832.56-
YUV225.7873.95148.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.37%
GREEN value IS 230 (90.23% from 255) = 37.46%
BLUE value IS 130 (51.17% from 255) = 21.17%
R=41.37%
G=37.46%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423013000.090.490.0048.3998.4175.29
HexFEE6820931030624b
Octal37634620201161060142113
Binary11111110111001101000001001001110001011000011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE682; }

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

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

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

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

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

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

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

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