Html Css Color HEX #FEE980 Sweet Corn

📋 copy color: '#FEE980'

red 254 ◦ green 233 ◦ blue 128

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

Shades of Sweet Corn #FEE980

Tints of Sweet Corn #FEE980

RGB

 RED value IS 254 (99.61% from 255) = 41.3%

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

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

R = 41.3%
G = 37.89%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEE980 (or 0xFEE980) is known color: Sweet Corn. HEX triplet: FE, E9 and 80. RGB value is (254,233,128). Sum of RGB (Red+Green+Blue) = 254+233+128=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 233 (91.41% from 255 or 37.89% from 615); Blue value is 128 (50.39% from 255 or 20.81% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE980 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE980 is #01167F. Grayscale: #E3E3E3. Windows color (decimal): -71296 or 8448510. OLE color: 8448510.

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

Color convert

RGB 254 233 128 -
CMYK 0 0.08 0.50 0.00
HSL 50º 0.98% 0.75% -
HSV(B) 50º 0.5% 1% -
XYZ 73.91 80.91 32.14 -
YUV 227.31 71.96 147.04 -
System Red Green Blue C M Y K H S L
Decimal 254 233 128 0 0.08 0.50 0.00 50 0.98 0.75
Hex FE E9 80 0 8 32 0 32 62 4B
Octal 376 351 200 0 10 62 0 62 142 113
Binary 11111110 11101001 10000000 0 1000 110010 0 110010 1100010 1001011

Color Harmonies of #FEE980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE980

Black with #FEE980

Text Example


Text Example

White with #FEE980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE980; }

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

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

background-color css

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

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

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

border-color css

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

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

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