Html Css Color HEX #FFEB80 Sweet Corn

📋 copy color: '#FFEB80'

red 255 ◦ green 235 ◦ blue 128

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

Shades of Sweet Corn #FFEB80

Tints of Sweet Corn #FFEB80

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.03%

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

R = 41.26%
G = 38.03%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FFEB80 (or 0xFFEB80) is known color: Sweet Corn. HEX triplet: FF, EB and 80. RGB value is (255,235,128). Sum of RGB (Red+Green+Blue) = 255+235+128=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 235 (92.19% from 255 or 38.03% from 618); Blue value is 128 (50.39% from 255 or 20.71% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEB80 is #00147F. Grayscale: #E5E5E5. Windows color (decimal): -5248 or 8449023. OLE color: 8449023.

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

Color convert

RGB 255 235 128 -
CMYK 0 0.08 0.50 0
HSL 50.55º 1% 0.75% -
HSV(B) 50.55º 0.5% 1% -
XYZ 74.84 82.24 32.35 -
YUV 228.78 71.13 146.7 -
System Red Green Blue C M Y K H S L
Decimal 255 235 128 0 0.08 0.50 0 50.55 1 0.75
Hex FF EB 80 0 8 32 0 33 64 4B
Octal 377 353 200 0 10 62 0 63 144 113
Binary 11111111 11101011 10000000 0 1000 110010 0 110011 1100100 1001011

Color Harmonies of #FFEB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEB80

Black with #FFEB80

Text Example


Text Example

White with #FFEB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEB80; }

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

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

background-color css

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

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

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

border-color css

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

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

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