Html Css Color HEX #FEE080 Golden Glow

📋 copy color: '#FEE080'

red 254 ◦ green 224 ◦ blue 128

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

Shades of Golden Glow #FEE080

Tints of Golden Glow #FEE080

RGB

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

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

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

R = 41.91%
G = 36.96%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEE080 (or 0xFEE080) is known color: Golden Glow. HEX triplet: FE, E0 and 80. RGB value is (254,224,128). Sum of RGB (Red+Green+Blue) = 254+224+128=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 224 (87.89% from 255 or 36.96% from 606); Blue value is 128 (50.39% from 255 or 21.12% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE080 is #011F7F. Grayscale: #DEDEDE. Windows color (decimal): -73600 or 8446206. OLE color: 8446206.

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

Color convert

RGB 254 224 128 -
CMYK 0 0.12 0.50 0.00
HSL 45.71º 0.98% 0.75% -
HSV(B) 45.71º 0.5% 1% -
XYZ 71.42 75.94 31.32 -
YUV 222.03 74.94 150.81 -
System Red Green Blue C M Y K H S L
Decimal 254 224 128 0 0.12 0.50 0.00 45.71 0.98 0.75
Hex FE E0 80 0 C 32 0 2E 62 4B
Octal 376 340 200 0 14 62 0 56 142 113
Binary 11111110 11100000 10000000 0 1100 110010 0 101110 1100010 1001011

Color Harmonies of #FEE080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE080

Black with #FEE080

Text Example


Text Example

White with #FEE080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE080; }

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

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

background-color css

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

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

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

border-color css

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

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

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