#FFE47D

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

Shades of Sweet Corn #FFE47D

Tints of Sweet Corn #FFE47D

Color information

#FFE47D (or 0xFFE47D) is unknown color: approx Sweet Corn. HEX triplet: FF, E4 and 7D. RGB value is (255,228,125). Sum of RGB (Red+Green+Blue) = 255+228+125=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 228 (89.45% from 255 or 37.5% from 608); Blue value is 125 (49.22% from 255 or 20.56% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE47D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE47D is #001B82. Grayscale: #E0E0E0. Windows color (decimal): -7043 or 8250623. OLE color: 8250623.

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

Color convert

RGB255228125-
CMYK00.110.510
HSL47.54º100%74.51%-
HSV(B)47.54º50.98%100%-
XYZ72.6978.2330.67-
YUV224.3371.95149.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.94%
GREEN value IS 228 (89.45% from 255) = 37.5%
BLUE value IS 125 (49.22% from 255) = 20.56%
R=41.94%
G=37.5%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522812500.110.51047.5410074.51
HexFFE47D0B33030644b
Octal37734417501363060144113
Binary1111111111100100111110101011110011011000011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE47D; }

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

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

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

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

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

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

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

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