Html Css Color HEX #FFEB82 Sweet Corn

📋 copy color: '#FFEB82'

red 255 ◦ green 235 ◦ blue 130

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

Shades of Sweet Corn #FFEB82

Tints of Sweet Corn #FFEB82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 20.97%

R = 41.13%
G = 37.9%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FFEB82 (or 0xFFEB82) is known color: Sweet Corn. HEX triplet: FF, EB and 82. RGB value is (255,235,130). Sum of RGB (Red+Green+Blue) = 255+235+130=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 235 (92.19% from 255 or 37.90% from 620); Blue value is 130 (51.17% from 255 or 20.97% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEB82 is #00147D. Grayscale: #E5E5E5. Windows color (decimal): -5246 or 8580095. OLE color: 8580095.

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

Color convert

RGB 255 235 130 -
CMYK 0 0.08 0.49 0
HSL 50.4º 1% 0.75% -
HSV(B) 50.4º 0.49% 1% -
XYZ 74.98 82.29 33.05 -
YUV 229.01 72.13 146.54 -
System Red Green Blue C M Y K H S L
Decimal 255 235 130 0 0.08 0.49 0 50.4 1 0.75
Hex FF EB 82 0 8 31 0 32 64 4B
Octal 377 353 202 0 10 61 0 62 144 113
Binary 11111111 11101011 10000010 0 1000 110001 0 110010 1100100 1001011

Color Harmonies of #FFEB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEB82

Black with #FFEB82

Text Example


Text Example

White with #FFEB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEB82; }

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

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

background-color css

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

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

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

border-color css

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

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

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