#FFE485

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

Shades of Golden Glow #FFE485

Tints of Golden Glow #FFE485

Color information

#FFE485 (or 0xFFE485) is unknown color: approx Golden Glow. HEX triplet: FF, E4 and 85. RGB value is (255,228,133). Sum of RGB (Red+Green+Blue) = 255+228+133=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 228 (89.45% from 255 or 37.01% from 616); Blue value is 133 (52.34% from 255 or 21.59% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE485 is #001B7A. Grayscale: #E1E1E1. Windows color (decimal): -7035 or 8774911. OLE color: 8774911.

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

Color convert

RGB255228133-
CMYK00.110.480
HSL46.72º100%76.08%-
HSV(B)46.72º47.84%100%-
XYZ73.2278.4433.47-
YUV225.2475.95149.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.40%
GREEN value IS 228 (89.45% from 255) = 37.01%
BLUE value IS 133 (52.34% from 255) = 21.59%
R=41.40%
G=37.01%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522813300.110.48046.7210076.08
HexFFE4850B3002f644c
Octal37734420501360057144114
Binary11111111111001001000010101011110000010111111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE485; }

 p { color: rgb(255,228,133); }

 H1.HeaderClassName
 {
   color: #FFE485;
 }
 .AnyTagClassName
 {
   color: #FFE485;
 }
</style>
background-color css

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

 a { background-color: rgb(255,228,133); }

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

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

 span { border-color: rgb(255,228,133); }

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