#FFE182

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

Shades of Golden Glow #FFE182

Tints of Golden Glow #FFE182

Color information

#FFE182 (or 0xFFE182) is unknown color: approx Golden Glow. HEX triplet: FF, E1 and 82. RGB value is (255,225,130). Sum of RGB (Red+Green+Blue) = 255+225+130=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 225 (88.28% from 255 or 36.89% from 610); Blue value is 130 (51.17% from 255 or 21.31% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE182 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE182 is #001E7D. Grayscale: #DFDFDF. Windows color (decimal): -7806 or 8577535. OLE color: 8577535.

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

Color convert

RGB255225130-
CMYK00.120.490
HSL45.6º100%75.49%-
HSV(B)45.6º49.02%100%-
XYZ72.1976.7232.12-
YUV223.1475.44150.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.80%
GREEN value IS 225 (88.28% from 255) = 36.89%
BLUE value IS 130 (51.17% from 255) = 21.31%
R=41.80%
G=36.89%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522513000.120.49045.610075.49
HexFFE1820C3102e644b
Octal37734120201461056144113
Binary11111111111000011000001001100110001010111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE182; }

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

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

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

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

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

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

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

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