#ffe56c

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

Shades of Sweet Corn #FFE56C

Tints of Sweet Corn #FFE56C

Color information

#FFE56C (or 0xFFE56C) is unknown color: approx Sweet Corn. HEX triplet: FF, E5 and 6C. RGB value is (255,229,108). Sum of RGB (Red+Green+Blue) = 255+229+108=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 229 (89.84% from 255 or 38.68% from 592); Blue value is 108 (42.58% from 255 or 18.24% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE56C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE56C is #001A93. Grayscale: #DFDFDF. Windows color (decimal): -6804 or 7136767. OLE color: 7136767.

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

Color convert

RGB255229108-
CMYK00.100.580
HSL49.39º100%71.18%-
HSV(B)49.39º57.65%100%-
XYZ71.9778.3825.52-
YUV222.9863.11150.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.07%
GREEN value IS 229 (89.84% from 255) = 38.68%
BLUE value IS 108 (42.58% from 255) = 18.24%
R=43.07%
G=38.68%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522910800.100.58049.3910071.18
HexFFE56C0A3A0316447
Octal37734515401272061144107
Binary1111111111100101110110001010111010011000111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffe56c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffe56c; }

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

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

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

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

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

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

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

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