Html Css Color HEX #FFE580 Sweet Corn

📋 copy color: '#FFE580'

red 255 ◦ green 229 ◦ blue 128

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

Shades of Sweet Corn #FFE580

Tints of Sweet Corn #FFE580

RGB

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

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

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

R = 41.67%
G = 37.42%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FFE580 (or 0xFFE580) is known color: Sweet Corn. HEX triplet: FF, E5 and 80. RGB value is (255,229,128). Sum of RGB (Red+Green+Blue) = 255+229+128=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 229 (89.84% from 255 or 37.42% from 612); Blue value is 128 (50.39% from 255 or 20.92% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE580 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE580 is #001A7F. Grayscale: #E1E1E1. Windows color (decimal): -6784 or 8447487. OLE color: 8447487.

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

Color convert

RGB 255 229 128 -
CMYK 0 0.10 0.50 0
HSL 47.72º 1% 0.75% -
HSV(B) 47.72º 0.5% 1% -
XYZ 73.16 78.86 31.79 -
YUV 225.26 73.11 149.21 -
System Red Green Blue C M Y K H S L
Decimal 255 229 128 0 0.10 0.50 0 47.72 1 0.75
Hex FF E5 80 0 A 32 0 30 64 4B
Octal 377 345 200 0 12 62 0 60 144 113
Binary 11111111 11100101 10000000 0 1010 110010 0 110000 1100100 1001011

Color Harmonies of #FFE580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE580

Black with #FFE580

Text Example


Text Example

White with #FFE580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE580; }

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

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

background-color css

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

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

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

border-color css

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

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

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