Html Css Color HEX #FEE582 Sweet Corn

📋 copy color: '#FEE582'

red 254 ◦ green 229 ◦ blue 130

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

Shades of Sweet Corn #FEE582

Tints of Sweet Corn #FEE582

RGB

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

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

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

R = 41.44%
G = 37.36%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FEE582 (or 0xFEE582) is known color: Sweet Corn. HEX triplet: FE, E5 and 82. RGB value is (254,229,130). Sum of RGB (Red+Green+Blue) = 254+229+130=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 229 (89.84% from 255 or 37.36% from 613); Blue value is 130 (51.17% from 255 or 21.21% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE582 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE582 is #011A7D. Grayscale: #E1E1E1. Windows color (decimal): -72318 or 8578558. OLE color: 8578558.

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

Color convert

RGB 254 229 130 -
CMYK 0 0.10 0.49 0.00
HSL 47.9º 0.98% 0.75% -
HSV(B) 47.9º 0.49% 1% -
XYZ 72.92 78.72 32.47 -
YUV 225.19 74.28 148.55 -
System Red Green Blue C M Y K H S L
Decimal 254 229 130 0 0.10 0.49 0.00 47.9 0.98 0.75
Hex FE E5 82 0 A 31 0 30 62 4B
Octal 376 345 202 0 12 61 0 60 142 113
Binary 11111110 11100101 10000010 0 1010 110001 0 110000 1100010 1001011

Color Harmonies of #FEE582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE582

Black with #FEE582

Text Example


Text Example

White with #FEE582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE582; }

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

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

background-color css

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

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

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

border-color css

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

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

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