#FFE170

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

Shades of Sweet Corn #FFE170

Tints of Sweet Corn #FFE170

Color information

#FFE170 (or 0xFFE170) is unknown color: approx Sweet Corn. HEX triplet: FF, E1 and 70. RGB value is (255,225,112). Sum of RGB (Red+Green+Blue) = 255+225+112=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 225 (88.28% from 255 or 38.01% from 592); Blue value is 112 (44.14% from 255 or 18.92% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE170 is #001E8F. Grayscale: #DDDDDD. Windows color (decimal): -7824 or 7397887. OLE color: 7397887.

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

Color convert

RGB255225112-
CMYK00.120.560
HSL47.41º100%71.96%-
HSV(B)47.41º56.08%100%-
XYZ71.0976.2826.31-
YUV221.0966.44152.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.07%
GREEN value IS 225 (88.28% from 255) = 38.01%
BLUE value IS 112 (44.14% from 255) = 18.92%
R=43.07%
G=38.01%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522511200.120.56047.4110071.96
HexFFE1700C3802f6448
Octal37734116001470057144110
Binary1111111111100001111000001100111000010111111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE170; }

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

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

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

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

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

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

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

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