#FFE26E

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

Shades of Sweet Corn #FFE26E

Tints of Sweet Corn #FFE26E

Color information

#FFE26E (or 0xFFE26E) is unknown color: approx Sweet Corn. HEX triplet: FF, E2 and 6E. RGB value is (255,226,110). Sum of RGB (Red+Green+Blue) = 255+226+110=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 226 (88.67% from 255 or 38.24% from 591); Blue value is 110 (43.36% from 255 or 18.61% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE26E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE26E is #001D91. Grayscale: #DDDDDD. Windows color (decimal): -7570 or 7267071. OLE color: 7267071.

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

Color convert

RGB255226110-
CMYK00.110.570
HSL48º100%71.57%-
HSV(B)48º56.86%100%-
XYZ71.2576.7825.82-
YUV221.4565.11151.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.15%
GREEN value IS 226 (88.67% from 255) = 38.24%
BLUE value IS 110 (43.36% from 255) = 18.61%
R=43.15%
G=38.24%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522611000.110.5704810071.57
HexFFE26E0B390306448
Octal37734215601371060144110
Binary1111111111100010110111001011111001011000011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE26E; }

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

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

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

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

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

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

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

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