#FEDD85

Color #FEDD85 Golden Glow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Glow #FEDD85

Tints of Golden Glow #FEDD85

Color information

#FEDD85 (or 0xFEDD85) is unknown color: approx 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

RGB254221133-
CMYK00.130.480.00
HSL43.64º98.37%75.88%-
HSV(B)43.64º47.64%99.61%-
XYZ70.9674.4832.83-
YUV220.8478.43151.66-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422113300.130.480.0043.6498.3775.88
HexFEDD850D3002c624c
Octal37633520501560054142114
Binary11111110110111011000010101101110000010110011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>