#FEE26E

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

Shades of Sweet Corn #FEE26E

Tints of Sweet Corn #FEE26E

Color information

#FEE26E (or 0xFEE26E) is unknown color: approx Sweet Corn. HEX triplet: FE, E2 and 6E. RGB value is (254,226,110). Sum of RGB (Red+Green+Blue) = 254+226+110=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 226 (88.67% from 255 or 38.31% from 590); Blue value is 110 (43.36% from 255 or 18.64% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE26E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE26E is #011D91. Grayscale: #DDDDDD. Windows color (decimal): -73106 or 7267070. OLE color: 7267070.

HSL color Cylindrical-coordinate representation of color #FEE26E: hue angle of 48.33º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FEE26E is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.00.

Color convert

RGB254226110-
CMYK00.110.570.00
HSL48.33º98.63%71.37%-
HSV(B)48.33º56.69%99.61%-
XYZ70.8876.5925.8-
YUV221.1565.28151.43-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.05%
GREEN value IS 226 (88.67% from 255) = 38.31%
BLUE value IS 110 (43.36% from 255) = 18.64%
R=43.05%
G=38.31%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422611000.110.570.0048.3398.6371.37
HexFEE26E0B390306347
Octal37634215601371060143107
Binary1111111011100010110111001011111001011000011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE26E; }

 p { color: rgb(254,226,110); }

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

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

 a { background-color: rgb(254,226,110); }

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

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

 span { border-color: rgb(254,226,110); }

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