#FFE16D

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

Shades of Sweet Corn #FFE16D

Tints of Sweet Corn #FFE16D

Color information

#FFE16D (or 0xFFE16D) is unknown color: approx Sweet Corn. HEX triplet: FF, E1 and 6D. RGB value is (255,225,109). Sum of RGB (Red+Green+Blue) = 255+225+109=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 225 (88.28% from 255 or 38.20% from 589); Blue value is 109 (42.97% from 255 or 18.51% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE16D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE16D is #001E92. Grayscale: #DDDDDD. Windows color (decimal): -7827 or 7201279. OLE color: 7201279.

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

Color convert

RGB255225109-
CMYK00.120.570
HSL47.67º100%71.37%-
HSV(B)47.67º57.25%100%-
XYZ70.9376.2125.44-
YUV220.7564.94152.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.29%
GREEN value IS 225 (88.28% from 255) = 38.20%
BLUE value IS 109 (42.97% from 255) = 18.51%
R=43.29%
G=38.20%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522510900.120.57047.6710071.37
HexFFE16D0C390306447
Octal37734115501471060144107
Binary1111111111100001110110101100111001011000011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE16D; }

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

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

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

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

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

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

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

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