#E8B520

Color #E8B520 Gold Tips (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold Tips #E8B520

Tints of Gold Tips #E8B520

Color information

#E8B520 (or 0xE8B520) is unknown color: approx Gold Tips. HEX triplet: E8, B5 and 20. RGB value is (232,181,32). Sum of RGB (Red+Green+Blue) = 232+181+32=445 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.13% from 445); Green value is 181 (71.09% from 255 or 40.67% from 445); Blue value is 32 (12.89% from 255 or 7.19% from 445); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B520 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8B520 is #174ADF. Grayscale: #B3B3B3. Windows color (decimal): -1526496 or 2143720. OLE color: 2143720.

HSL color Cylindrical-coordinate representation of color #E8B520: hue angle of 44.7º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E8B520 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB23218132-
CMYK00.220.860.09
HSL44.7º81.3%51.76%-
HSV(B)44.7º86.21%90.98%-
XYZ50.0650.318.44-
YUV179.2644.9165.62-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 52.13%
GREEN value IS 181 (71.09% from 255) = 40.67%
BLUE value IS 32 (12.89% from 255) = 7.19%
R=52.13%
G=40.67%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.86
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321813200.220.860.0944.781.351.76
HexE8B5200165692d5134
Octal35026540026126115512164
Binary1110100010110101100000010110101011010011011011010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B520; }

 p { color: rgb(232,181,32); }

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

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

 a { background-color: rgb(232,181,32); }

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

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

 span { border-color: rgb(232,181,32); }

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