Html Css Color HEX #FEE880 Sweet Corn

📋 copy color: '#FEE880'

red 254 ◦ green 232 ◦ blue 128

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

Shades of Sweet Corn #FEE880

Tints of Sweet Corn #FEE880

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.79%

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

R = 41.37%
G = 37.79%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEE880 (or 0xFEE880) is known color: Sweet Corn. HEX triplet: FE, E8 and 80. RGB value is (254,232,128). Sum of RGB (Red+Green+Blue) = 254+232+128=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 232 (91.02% from 255 or 37.79% from 614); Blue value is 128 (50.39% from 255 or 20.85% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE880 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE880 is #01177F. Grayscale: #E3E3E3. Windows color (decimal): -71552 or 8448254. OLE color: 8448254.

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

Color convert

RGB 254 232 128 -
CMYK 0 0.09 0.50 0.00
HSL 49.52º 0.98% 0.75% -
HSV(B) 49.52º 0.5% 1% -
XYZ 73.63 80.34 32.05 -
YUV 226.72 72.29 147.46 -
System Red Green Blue C M Y K H S L
Decimal 254 232 128 0 0.09 0.50 0.00 49.52 0.98 0.75
Hex FE E8 80 0 9 32 0 32 62 4B
Octal 376 350 200 0 11 62 0 62 142 113
Binary 11111110 11101000 10000000 0 1001 110010 0 110010 1100010 1001011

Color Harmonies of #FEE880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE880

Black with #FEE880

Text Example


Text Example

White with #FEE880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE880; }

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

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

background-color css

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

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

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

border-color css

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

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

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