Html Css Color HEX #FEE082 Golden Glow

📋 copy color: '#FEE082'

red 254 ◦ green 224 ◦ blue 130

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

Shades of Golden Glow #FEE082

Tints of Golden Glow #FEE082

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.84%

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

R = 41.78%
G = 36.84%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FEE082 (or 0xFEE082) is known color: Golden Glow. HEX triplet: FE, E0 and 82. RGB value is (254,224,130). Sum of RGB (Red+Green+Blue) = 254+224+130=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 224 (87.89% from 255 or 36.84% from 608); Blue value is 130 (51.17% from 255 or 21.38% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE082 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE082 is #011F7D. Grayscale: #DEDEDE. Windows color (decimal): -73598 or 8577278. OLE color: 8577278.

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

Color convert

RGB 254 224 130 -
CMYK 0 0.12 0.49 0.00
HSL 45.48º 0.98% 0.75% -
HSV(B) 45.48º 0.49% 1% -
XYZ 71.56 75.99 32.02 -
YUV 222.25 75.94 150.64 -
System Red Green Blue C M Y K H S L
Decimal 254 224 130 0 0.12 0.49 0.00 45.48 0.98 0.75
Hex FE E0 82 0 C 31 0 2D 62 4B
Octal 376 340 202 0 14 61 0 55 142 113
Binary 11111110 11100000 10000010 0 1100 110001 0 101101 1100010 1001011

Color Harmonies of #FEE082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE082

Black with #FEE082

Text Example


Text Example

White with #FEE082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE082; }

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

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

background-color css

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

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

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

border-color css

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

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

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