Html Css Color HEX #FEDD87 Golden Glow

📋 copy color: '#FEDD87'

red 254 ◦ green 221 ◦ blue 135

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

Shades of Golden Glow #FEDD87

Tints of Golden Glow #FEDD87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 22.13%

R = 41.64%
G = 36.23%
B = 22.13%

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

#FEDD87 (or 0xFEDD87) is known color: Golden Glow. HEX triplet: FE, DD and 87. RGB value is (254,221,135). Sum of RGB (Red+Green+Blue) = 254+221+135=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 135 (53.12% from 255 or 22.13% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDD87 is #012278. Grayscale: #DDDDDD. Windows color (decimal): -74361 or 8904190. OLE color: 8904190.

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

Color convert

RGB 254 221 135 -
CMYK 0 0.13 0.47 0.00
HSL 43.36º 0.98% 0.76% -
HSV(B) 43.36º 0.47% 1% -
XYZ 71.1 74.53 33.56 -
YUV 221.06 79.43 151.49 -
System Red Green Blue C M Y K H S L
Decimal 254 221 135 0 0.13 0.47 0.00 43.36 0.98 0.76
Hex FE DD 87 0 D 2F 0 2B 62 4C
Octal 376 335 207 0 15 57 0 53 142 114
Binary 11111110 11011101 10000111 0 1101 101111 0 101011 1100010 1001100

Color Harmonies of #FEDD87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD87

Black with #FEDD87

Text Example


Text Example

White with #FEDD87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD87; }

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

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

background-color css

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

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

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

border-color css

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

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

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