#FFE180

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

Shades of Golden Glow #FFE180

Tints of Golden Glow #FFE180

Color information

#FFE180 (or 0xFFE180) is unknown color: approx Golden Glow. HEX triplet: FF, E1 and 80. RGB value is (255,225,128). Sum of RGB (Red+Green+Blue) = 255+225+128=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 225 (88.28% from 255 or 37.01% from 608); Blue value is 128 (50.39% from 255 or 21.05% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE180 is #001E7F. Grayscale: #DFDFDF. Windows color (decimal): -7808 or 8446463. OLE color: 8446463.

HSL color Cylindrical-coordinate representation of color #FFE180: hue angle of 45.83º 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 #FFE180 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB255225128-
CMYK00.120.500
HSL45.83º100%75.1%-
HSV(B)45.83º49.8%100%-
XYZ72.0676.6731.42-
YUV222.9174.44150.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.94%
GREEN value IS 225 (88.28% from 255) = 37.01%
BLUE value IS 128 (50.39% from 255) = 21.05%
R=41.94%
G=37.01%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522512800.120.50045.8310075.1
HexFFE1800C3202e644b
Octal37734120001462056144113
Binary11111111111000011000000001100110010010111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE180; }

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

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

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

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

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

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

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

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