Html Css Color HEX #FFEA80 Sweet Corn

📋 copy color: '#FFEA80'

red 255 ◦ green 234 ◦ blue 128

#FFEA80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sweet Corn #FFEA80

Tints of Sweet Corn #FFEA80

RGB

 RED value IS 255 (100% from 255) = 41.33%

 GREEN value IS 234 (91.8% 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 value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FFEA80 (or 0xFFEA80) is known color: 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

RGB 255 234 128 -
CMYK 0 0.08 0.50 0
HSL 50.08º 1% 0.75% -
HSV(B) 50.08º 0.5% 1% -
XYZ 74.56 81.66 32.26 -
YUV 228.2 71.46 147.12 -
System Red Green Blue C M Y K H S L
Decimal 255 234 128 0 0.08 0.50 0 50.08 1 0.75
Hex FF EA 80 0 8 32 0 32 64 4B
Octal 377 352 200 0 10 62 0 62 144 113
Binary 11111111 11101010 10000000 0 1000 110010 0 110010 1100100 1001011

Color Harmonies of #FFEA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEA80

Black with #FFEA80

Text Example


Text Example

White with #FFEA80

Text Example


Text Example

HTML Codes & Css Web 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>