Html Css Color HEX #FEDD85 Golden Glow

📋 copy color: '#FEDD85'

red 254 ◦ green 221 ◦ blue 133

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

Shades of Golden Glow #FEDD85

Tints of Golden Glow #FEDD85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 21.88%

R = 41.78%
G = 36.35%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FEDD85 (or 0xFEDD85) is known color: Golden Glow. HEX triplet: FE, DD and 85. RGB value is (254,221,133). Sum of RGB (Red+Green+Blue) = 254+221+133=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 133 (52.34% from 255 or 21.88% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDD85 is #01227A. Grayscale: #DDDDDD. Windows color (decimal): -74363 or 8773118. OLE color: 8773118.

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

Color convert

RGB 254 221 133 -
CMYK 0 0.13 0.48 0.00
HSL 43.64º 0.98% 0.76% -
HSV(B) 43.64º 0.48% 1% -
XYZ 70.96 74.48 32.83 -
YUV 220.84 78.43 151.66 -
System Red Green Blue C M Y K H S L
Decimal 254 221 133 0 0.13 0.48 0.00 43.64 0.98 0.76
Hex FE DD 85 0 D 30 0 2C 62 4C
Octal 376 335 205 0 15 60 0 54 142 114
Binary 11111110 11011101 10000101 0 1101 110000 0 101100 1100010 1001100

Color Harmonies of #FEDD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD85

Black with #FEDD85

Text Example


Text Example

White with #FEDD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD85; }

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

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

background-color css

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

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

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

border-color css

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

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

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