#FFE080

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

Shades of Golden Glow #FFE080

Tints of Golden Glow #FFE080

Color information

#FFE080 (or 0xFFE080) is unknown color: approx Golden Glow. HEX triplet: FF, E0 and 80. RGB value is (255,224,128). Sum of RGB (Red+Green+Blue) = 255+224+128=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 224 (87.89% from 255 or 36.90% from 607); Blue value is 128 (50.39% from 255 or 21.09% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE080 is #001F7F. Grayscale: #DEDEDE. Windows color (decimal): -8064 or 8446207. OLE color: 8446207.

HSL color Cylindrical-coordinate representation of color #FFE080: hue angle of 45.35º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFE080 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB255224128-
CMYK00.120.500
HSL45.35º100%75.1%-
HSV(B)45.35º49.8%100%-
XYZ71.7976.1331.33-
YUV222.3274.77151.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.01%
GREEN value IS 224 (87.89% from 255) = 36.90%
BLUE value IS 128 (50.39% from 255) = 21.09%
R=42.01%
G=36.90%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522412800.120.50045.3510075.1
HexFFE0800C3202d644b
Octal37734020001462055144113
Binary11111111111000001000000001100110010010110111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE080; }

 p { color: rgb(255,224,128); }

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

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

 a { background-color: rgb(255,224,128); }

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

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

 span { border-color: rgb(255,224,128); }

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