Html Css Color HEX #FEE086 Golden Glow

📋 copy color: '#FEE086'

red 254 ◦ green 224 ◦ blue 134

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

Shades of Golden Glow #FEE086

Tints of Golden Glow #FEE086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 21.9%

R = 41.5%
G = 36.6%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FEE086 (or 0xFEE086) is known color: Golden Glow. HEX triplet: FE, E0 and 86. RGB value is (254,224,134). Sum of RGB (Red+Green+Blue) = 254+224+134=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 224 (87.89% from 255 or 36.60% from 612); Blue value is 134 (52.73% from 255 or 21.90% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE086 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE086 is #011F79. Grayscale: #DFDFDF. Windows color (decimal): -73594 or 8839422. OLE color: 8839422.

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

Color convert

RGB 254 224 134 -
CMYK 0 0.12 0.47 0.00
HSL 45º 0.98% 0.76% -
HSV(B) 45º 0.47% 1% -
XYZ 71.83 76.1 33.46 -
YUV 222.71 77.94 150.32 -
System Red Green Blue C M Y K H S L
Decimal 254 224 134 0 0.12 0.47 0.00 45 0.98 0.76
Hex FE E0 86 0 C 2F 0 2D 62 4C
Octal 376 340 206 0 14 57 0 55 142 114
Binary 11111110 11100000 10000110 0 1100 101111 0 101101 1100010 1001100

Color Harmonies of #FEE086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE086

Black with #FEE086

Text Example


Text Example

White with #FEE086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE086; }

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

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

background-color css

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

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

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

border-color css

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

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

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