#E2B527

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

Shades of Gold Tips #E2B527

Tints of Gold Tips #E2B527

Color information

#E2B527 (or 0xE2B527) is unknown color: approx Gold Tips. HEX triplet: E2, B5 and 27. RGB value is (226,181,39). Sum of RGB (Red+Green+Blue) = 226+181+39=446 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.67% from 446); Green value is 181 (71.09% from 255 or 40.58% from 446); Blue value is 39 (15.62% from 255 or 8.74% from 446); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2B527 is #1D4AD8. Grayscale: #B2B2B2. Windows color (decimal): -1919705 or 2602466. OLE color: 2602466.

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

Color convert

RGB22618139-
CMYK00.200.830.11
HSL45.56º76.33%51.96%-
HSV(B)45.56º82.74%88.63%-
XYZ48.2549.368.9-
YUV178.2749.41162.05-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 50.67%
GREEN value IS 181 (71.09% from 255) = 40.58%
BLUE value IS 39 (15.62% from 255) = 8.74%
R=50.67%
G=40.58%
B=8.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.83
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261813900.200.830.1145.5676.3351.96
HexE2B52701453B2e4c34
Octal34226547024123135611464
Binary1110001010110101100111010100101001110111011101001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B527; }

 p { color: rgb(226,181,39); }

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

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

 a { background-color: rgb(226,181,39); }

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

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

 span { border-color: rgb(226,181,39); }

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