#FFE16A

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

Shades of Sweet Corn #FFE16A

Tints of Sweet Corn #FFE16A

Color information

#FFE16A (or 0xFFE16A) is unknown color: approx Sweet Corn. HEX triplet: FF, E1 and 6A. RGB value is (255,225,106). Sum of RGB (Red+Green+Blue) = 255+225+106=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 225 (88.28% from 255 or 38.40% from 586); Blue value is 106 (41.80% from 255 or 18.09% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE16A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE16A is #001E95. Grayscale: #DCDCDC. Windows color (decimal): -7830 or 7004671. OLE color: 7004671.

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

Color convert

RGB255225106-
CMYK00.120.580
HSL47.92º100%70.78%-
HSV(B)47.92º58.43%100%-
XYZ70.7776.1524.6-
YUV220.463.44152.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.52%
GREEN value IS 225 (88.28% from 255) = 38.40%
BLUE value IS 106 (41.80% from 255) = 18.09%
R=43.52%
G=38.40%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522510600.120.58047.9210070.78
HexFFE16A0C3A0306447
Octal37734115201472060144107
Binary1111111111100001110101001100111010011000011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE16A; }

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

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

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

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

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

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

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

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