#FFEA80

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

Shades of Sweet Corn #FFEA80

Tints of Sweet Corn #FFEA80

Color information

#FFEA80 (or 0xFFEA80) is unknown color: approx Sweet Corn. HEX triplet: FF, EA and 80. RGB value is (255,234,128). Sum of RGB (Red+Green+Blue) = 255+234+128=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 128 (50.39% from 255 or 20.75% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEA80 is #00157F. Grayscale: #E4E4E4. Windows color (decimal): -5504 or 8448767. OLE color: 8448767.

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

Color convert

RGB255234128-
CMYK00.080.500
HSL50.08º100%75.1%-
HSV(B)50.08º49.8%100%-
XYZ74.5681.6632.26-
YUV228.271.46147.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.33%
GREEN value IS 234 (91.80% from 255) = 37.93%
BLUE value IS 128 (50.39% from 255) = 20.75%
R=41.33%
G=37.93%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523412800.080.50050.0810075.1
HexFFEA800832032644b
Octal37735220001062062144113
Binary11111111111010101000000001000110010011001011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEA80; }

 p { color: rgb(255,234,128); }

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

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

 a { background-color: rgb(255,234,128); }

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

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

 span { border-color: rgb(255,234,128); }

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