Html Css Color HEX #FEE084 Golden Glow

📋 copy color: '#FEE084'

red 254 ◦ green 224 ◦ blue 132

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

Shades of Golden Glow #FEE084

Tints of Golden Glow #FEE084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 21.64%

R = 41.64%
G = 36.72%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FEE084 (or 0xFEE084) is known color: Golden Glow. HEX triplet: FE, E0 and 84. RGB value is (254,224,132). Sum of RGB (Red+Green+Blue) = 254+224+132=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 224 (87.89% from 255 or 36.72% from 610); Blue value is 132 (51.95% from 255 or 21.64% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE084 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE084 is #011F7B. Grayscale: #DEDEDE. Windows color (decimal): -73596 or 8708350. OLE color: 8708350.

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

Color convert

RGB 254 224 132 -
CMYK 0 0.12 0.48 0.00
HSL 45.25º 0.98% 0.76% -
HSV(B) 45.25º 0.48% 1% -
XYZ 71.69 76.05 32.73 -
YUV 222.48 76.94 150.48 -
System Red Green Blue C M Y K H S L
Decimal 254 224 132 0 0.12 0.48 0.00 45.25 0.98 0.76
Hex FE E0 84 0 C 30 0 2D 62 4C
Octal 376 340 204 0 14 60 0 55 142 114
Binary 11111110 11100000 10000100 0 1100 110000 0 101101 1100010 1001100

Color Harmonies of #FEE084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE084

Black with #FEE084

Text Example


Text Example

White with #FEE084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE084; }

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

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

background-color css

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

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

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

border-color css

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

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

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