#FFE26A

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

Shades of Sweet Corn #FFE26A

Tints of Sweet Corn #FFE26A

Color information

#FFE26A (or 0xFFE26A) is unknown color: approx Sweet Corn. HEX triplet: FF, E2 and 6A. RGB value is (255,226,106). Sum of RGB (Red+Green+Blue) = 255+226+106=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 226 (88.67% from 255 or 38.50% from 587); Blue value is 106 (41.80% from 255 or 18.06% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE26A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE26A is #001D95. Grayscale: #DDDDDD. Windows color (decimal): -7574 or 7004927. OLE color: 7004927.

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

Color convert

RGB255226106-
CMYK00.110.580
HSL48.32º100%70.78%-
HSV(B)48.32º58.43%100%-
XYZ71.0476.6924.69-
YUV220.9963.11152.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.44%
GREEN value IS 226 (88.67% from 255) = 38.50%
BLUE value IS 106 (41.80% from 255) = 18.06%
R=43.44%
G=38.50%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522610600.110.58048.3210070.78
HexFFE26A0B3A0306447
Octal37734215201372060144107
Binary1111111111100010110101001011111010011000011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE26A; }

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

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

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

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

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

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

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

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