Html Css Color HEX #FEDD86 Golden Glow

📋 copy color: '#FEDD86'

red 254 ◦ green 221 ◦ blue 134

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

Shades of Golden Glow #FEDD86

Tints of Golden Glow #FEDD86

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.29%

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

R = 41.71%
G = 36.29%
B = 22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FEDD86 (or 0xFEDD86) is known color: Golden Glow. HEX triplet: FE, DD and 86. RGB value is (254,221,134). Sum of RGB (Red+Green+Blue) = 254+221+134=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 134 (52.73% from 255 or 22.00% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDD86 is #012279. Grayscale: #DDDDDD. Windows color (decimal): -74362 or 8838654. OLE color: 8838654.

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

Color convert

RGB 254 221 134 -
CMYK 0 0.13 0.47 0.00
HSL 43.5º 0.98% 0.76% -
HSV(B) 43.5º 0.47% 1% -
XYZ 71.03 74.5 33.19 -
YUV 220.95 78.93 151.57 -
System Red Green Blue C M Y K H S L
Decimal 254 221 134 0 0.13 0.47 0.00 43.5 0.98 0.76
Hex FE DD 86 0 D 2F 0 2C 62 4C
Octal 376 335 206 0 15 57 0 54 142 114
Binary 11111110 11011101 10000110 0 1101 101111 0 101100 1100010 1001100

Color Harmonies of #FEDD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD86

Black with #FEDD86

Text Example


Text Example

White with #FEDD86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD86; }

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

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

background-color css

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

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

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

border-color css

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

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

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