#FFEA82

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

Shades of Sweet Corn #FFEA82

Tints of Sweet Corn #FFEA82

Color information

#FFEA82 (or 0xFFEA82) is unknown color: approx Sweet Corn. HEX triplet: FF, EA and 82. RGB value is (255,234,130). Sum of RGB (Red+Green+Blue) = 255+234+130=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 234 (91.80% from 255 or 37.80% from 619); Blue value is 130 (51.17% from 255 or 21.00% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEA82 is #00157D. Grayscale: #E4E4E4. Windows color (decimal): -5502 or 8579839. OLE color: 8579839.

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

Color convert

RGB255234130-
CMYK00.080.490
HSL49.92º100%75.49%-
HSV(B)49.92º49.02%100%-
XYZ74.6981.7232.96-
YUV228.4272.46146.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.20%
GREEN value IS 234 (91.80% from 255) = 37.80%
BLUE value IS 130 (51.17% from 255) = 21.00%
R=41.20%
G=37.80%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523413000.080.49049.9210075.49
HexFFEA820831032644b
Octal37735220201061062144113
Binary11111111111010101000001001000110001011001011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEA82; }

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

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

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

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

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

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

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

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