#ffe174

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

Shades of Sweet Corn #FFE174

Tints of Sweet Corn #FFE174

Color information

#FFE174 (or 0xFFE174) is unknown color: approx Sweet Corn. HEX triplet: FF, E1 and 74. RGB value is (255,225,116). Sum of RGB (Red+Green+Blue) = 255+225+116=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 225 (88.28% from 255 or 37.75% from 596); Blue value is 116 (45.70% from 255 or 19.46% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE174 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE174 is #001E8B. Grayscale: #DEDEDE. Windows color (decimal): -7820 or 7660031. OLE color: 7660031.

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

Color convert

RGB255225116-
CMYK00.120.550
HSL47.05º100%72.75%-
HSV(B)47.05º54.51%100%-
XYZ71.3276.3727.51-
YUV221.5468.44151.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.79%
GREEN value IS 225 (88.28% from 255) = 37.75%
BLUE value IS 116 (45.70% from 255) = 19.46%
R=42.79%
G=37.75%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522511600.120.55047.0510072.75
HexFFE1740C3702f6449
Octal37734116401467057144111
Binary1111111111100001111010001100110111010111111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffe174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffe174; }

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

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

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

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

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

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

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

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