#FFE17D

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

Shades of Sweet Corn #FFE17D

Tints of Sweet Corn #FFE17D

Color information

#FFE17D (or 0xFFE17D) is unknown color: approx Sweet Corn. HEX triplet: FF, E1 and 7D. RGB value is (255,225,125). Sum of RGB (Red+Green+Blue) = 255+225+125=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 225 (88.28% from 255 or 37.19% from 605); Blue value is 125 (49.22% from 255 or 20.66% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE17D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE17D is #001E82. Grayscale: #DFDFDF. Windows color (decimal): -7811 or 8249855. OLE color: 8249855.

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

Color convert

RGB255225125-
CMYK00.120.510
HSL46.15º100%74.51%-
HSV(B)46.15º50.98%100%-
XYZ71.8776.5930.4-
YUV222.5772.94151.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.15%
GREEN value IS 225 (88.28% from 255) = 37.19%
BLUE value IS 125 (49.22% from 255) = 20.66%
R=42.15%
G=37.19%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522512500.120.51046.1510074.51
HexFFE17D0C3302e644b
Octal37734117501463056144113
Binary1111111111100001111110101100110011010111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE17D; }

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

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

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

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

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

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

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

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