#FFE56B

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

Shades of Sweet Corn #FFE56B

Tints of Sweet Corn #FFE56B

Color information

#FFE56B (or 0xFFE56B) is unknown color: approx Sweet Corn. HEX triplet: FF, E5 and 6B. RGB value is (255,229,107). Sum of RGB (Red+Green+Blue) = 255+229+107=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 229 (89.84% from 255 or 38.75% from 591); Blue value is 107 (42.19% from 255 or 18.10% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE56B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE56B is #001A94. Grayscale: #DFDFDF. Windows color (decimal): -6805 or 7071231. OLE color: 7071231.

HSL color Cylindrical-coordinate representation of color #FFE56B: hue angle of 49.46º 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 #FFE56B is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB255229107-
CMYK00.100.580
HSL49.46º100%70.98%-
HSV(B)49.46º58.04%100%-
XYZ71.9178.3625.24-
YUV222.8762.61150.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.15%
GREEN value IS 229 (89.84% from 255) = 38.75%
BLUE value IS 107 (42.19% from 255) = 18.10%
R=43.15%
G=38.75%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522910700.100.58049.4610070.98
HexFFE56B0A3A0316447
Octal37734515301272061144107
Binary1111111111100101110101101010111010011000111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE56B; }

 p { color: rgb(255,229,107); }

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

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

 a { background-color: rgb(255,229,107); }

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

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

 span { border-color: rgb(255,229,107); }

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