#FFE379

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

Shades of Sweet Corn #FFE379

Tints of Sweet Corn #FFE379

Color information

#FFE379 (or 0xFFE379) is unknown color: approx Sweet Corn. HEX triplet: FF, E3 and 79. RGB value is (255,227,121). Sum of RGB (Red+Green+Blue) = 255+227+121=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 227 (89.06% from 255 or 37.65% from 603); Blue value is 121 (47.66% from 255 or 20.07% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE379 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE379 is #001C86. Grayscale: #DFDFDF. Windows color (decimal): -7303 or 7988223. OLE color: 7988223.

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

Color convert

RGB255227121-
CMYK00.110.530
HSL47.46º100%73.73%-
HSV(B)47.46º52.55%100%-
XYZ72.1677.5829.26-
YUV223.2970.28150.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.29%
GREEN value IS 227 (89.06% from 255) = 37.65%
BLUE value IS 121 (47.66% from 255) = 20.07%
R=42.29%
G=37.65%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522712100.110.53047.4610073.73
HexFFE3790B3502f644a
Octal37734317101365057144112
Binary1111111111100011111100101011110101010111111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE379; }

 p { color: rgb(255,227,121); }

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

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

 a { background-color: rgb(255,227,121); }

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

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

 span { border-color: rgb(255,227,121); }

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