#FFE47E

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

Shades of Sweet Corn #FFE47E

Tints of Sweet Corn #FFE47E

Color information

#FFE47E (or 0xFFE47E) is unknown color: approx Sweet Corn. HEX triplet: FF, E4 and 7E. RGB value is (255,228,126). Sum of RGB (Red+Green+Blue) = 255+228+126=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 228 (89.45% from 255 or 37.44% from 609); Blue value is 126 (49.61% from 255 or 20.69% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE47E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE47E is #001B81. Grayscale: #E0E0E0. Windows color (decimal): -7042 or 8316159. OLE color: 8316159.

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

Color convert

RGB255228126-
CMYK00.110.510
HSL47.44º100%74.71%-
HSV(B)47.44º50.59%100%-
XYZ72.7578.2531.01-
YUV224.4472.45149.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.87%
GREEN value IS 228 (89.45% from 255) = 37.44%
BLUE value IS 126 (49.61% from 255) = 20.69%
R=41.87%
G=37.44%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522812600.110.51047.4410074.71
HexFFE47E0B3302f644b
Octal37734417601363057144113
Binary1111111111100100111111001011110011010111111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE47E; }

 p { color: rgb(255,228,126); }

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

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

 a { background-color: rgb(255,228,126); }

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

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

 span { border-color: rgb(255,228,126); }

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