Html Css Color HEX #FFE980 Sweet Corn

📋 copy color: '#FFE980'

red 255 ◦ green 233 ◦ blue 128

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

Shades of Sweet Corn #FFE980

Tints of Sweet Corn #FFE980

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.82%

 BLUE value IS 128 (50.39% from 255) = 20.78%

R = 41.4%
G = 37.82%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FFE980 (or 0xFFE980) is known color: Sweet Corn. HEX triplet: FF, E9 and 80. RGB value is (255,233,128). Sum of RGB (Red+Green+Blue) = 255+233+128=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 233 (91.41% from 255 or 37.82% from 616); Blue value is 128 (50.39% from 255 or 20.78% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE980 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE980 is #00167F. Grayscale: #E4E4E4. Windows color (decimal): -5760 or 8448511. OLE color: 8448511.

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

Color convert

RGB 255 233 128 -
CMYK 0 0.09 0.50 0
HSL 49.61º 1% 0.75% -
HSV(B) 49.61º 0.5% 1% -
XYZ 74.28 81.1 32.16 -
YUV 227.61 71.79 147.54 -
System Red Green Blue C M Y K H S L
Decimal 255 233 128 0 0.09 0.50 0 49.61 1 0.75
Hex FF E9 80 0 9 32 0 32 64 4B
Octal 377 351 200 0 11 62 0 62 144 113
Binary 11111111 11101001 10000000 0 1001 110010 0 110010 1100100 1001011

Color Harmonies of #FFE980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE980

Black with #FFE980

Text Example


Text Example

White with #FFE980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE980; }

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

 H1.HeaderClassName
 {
   color: #FFE980;
 }
 .AnyTagClassName
 {
   color: #FFE980;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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