Html Css Color HEX #FFE982 Sweet Corn

📋 copy color: '#FFE982'

red 255 ◦ green 233 ◦ blue 130

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

Shades of Sweet Corn #FFE982

Tints of Sweet Corn #FFE982

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.7%

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

R = 41.26%
G = 37.7%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FFE982 (or 0xFFE982) is known color: Sweet Corn. HEX triplet: FF, E9 and 82. RGB value is (255,233,130). Sum of RGB (Red+Green+Blue) = 255+233+130=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 233 (91.41% from 255 or 37.70% from 618); Blue value is 130 (51.17% from 255 or 21.04% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE982 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE982 is #00167D. Grayscale: #E4E4E4. Windows color (decimal): -5758 or 8579583. OLE color: 8579583.

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

Color convert

RGB 255 233 130 -
CMYK 0 0.09 0.49 0
HSL 49.44º 1% 0.75% -
HSV(B) 49.44º 0.49% 1% -
XYZ 74.41 81.15 32.86 -
YUV 227.84 72.79 147.38 -
System Red Green Blue C M Y K H S L
Decimal 255 233 130 0 0.09 0.49 0 49.44 1 0.75
Hex FF E9 82 0 9 31 0 31 64 4B
Octal 377 351 202 0 11 61 0 61 144 113
Binary 11111111 11101001 10000010 0 1001 110001 0 110001 1100100 1001011

Color Harmonies of #FFE982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE982

Black with #FFE982

Text Example


Text Example

White with #FFE982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE982; }

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

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

background-color css

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

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

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

border-color css

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

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

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