#FFE26D

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

Shades of Sweet Corn #FFE26D

Tints of Sweet Corn #FFE26D

Color information

#FFE26D (or 0xFFE26D) is unknown color: approx Sweet Corn. HEX triplet: FF, E2 and 6D. RGB value is (255,226,109). Sum of RGB (Red+Green+Blue) = 255+226+109=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 226 (88.67% from 255 or 38.31% from 590); Blue value is 109 (42.97% from 255 or 18.47% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE26D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE26D is #001D92. Grayscale: #DDDDDD. Windows color (decimal): -7571 or 7201535. OLE color: 7201535.

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

Color convert

RGB255226109-
CMYK00.110.570
HSL48.08º100%71.37%-
HSV(B)48.08º57.25%100%-
XYZ71.276.7625.53-
YUV221.3364.61152.01-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.22%
GREEN value IS 226 (88.67% from 255) = 38.31%
BLUE value IS 109 (42.97% from 255) = 18.47%
R=43.22%
G=38.31%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522610900.110.57048.0810071.37
HexFFE26D0B390306447
Octal37734215501371060144107
Binary1111111111100010110110101011111001011000011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE26D; }

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

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

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

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

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

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

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

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