Html Css Color HEX #FEE580 Sweet Corn

📋 copy color: '#FEE580'

red 254 ◦ green 229 ◦ blue 128

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

Shades of Sweet Corn #FEE580

Tints of Sweet Corn #FEE580

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.48%

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

R = 41.57%
G = 37.48%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEE580 (or 0xFEE580) is known color: Sweet Corn. HEX triplet: FE, E5 and 80. RGB value is (254,229,128). Sum of RGB (Red+Green+Blue) = 254+229+128=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 229 (89.84% from 255 or 37.48% from 611); Blue value is 128 (50.39% from 255 or 20.95% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE580 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE580 is #011A7F. Grayscale: #E1E1E1. Windows color (decimal): -72320 or 8447486. OLE color: 8447486.

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

Color convert

RGB 254 229 128 -
CMYK 0 0.10 0.50 0.00
HSL 48.1º 0.98% 0.75% -
HSV(B) 48.1º 0.5% 1% -
XYZ 72.79 78.67 31.77 -
YUV 224.96 73.28 148.71 -
System Red Green Blue C M Y K H S L
Decimal 254 229 128 0 0.10 0.50 0.00 48.1 0.98 0.75
Hex FE E5 80 0 A 32 0 30 62 4B
Octal 376 345 200 0 12 62 0 60 142 113
Binary 11111110 11100101 10000000 0 1010 110010 0 110000 1100010 1001011

Color Harmonies of #FEE580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE580

Black with #FEE580

Text Example


Text Example

White with #FEE580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE580; }

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

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

background-color css

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

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

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

border-color css

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

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

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