#FFE471

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

Shades of Sweet Corn #FFE471

Tints of Sweet Corn #FFE471

Color information

#FFE471 (or 0xFFE471) is unknown color: approx Sweet Corn. HEX triplet: FF, E4 and 71. RGB value is (255,228,113). Sum of RGB (Red+Green+Blue) = 255+228+113=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 228 (89.45% from 255 or 38.26% from 596); Blue value is 113 (44.53% from 255 or 18.96% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE471 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE471 is #001B8E. Grayscale: #DFDFDF. Windows color (decimal): -7055 or 7464191. OLE color: 7464191.

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

Color convert

RGB255228113-
CMYK00.110.560
HSL48.59º100%72.16%-
HSV(B)48.59º55.69%100%-
XYZ71.9677.9426.87-
YUV222.9665.95150.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.79%
GREEN value IS 228 (89.45% from 255) = 38.26%
BLUE value IS 113 (44.53% from 255) = 18.96%
R=42.79%
G=38.26%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522811300.110.56048.5910072.16
HexFFE4710B380316448
Octal37734416101370061144110
Binary1111111111100100111000101011111000011000111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE471; }

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

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

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

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

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

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

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

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