#E2AA2B

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

Shades of Gold Tips #E2AA2B

Tints of Gold Tips #E2AA2B

Color information

#E2AA2B (or 0xE2AA2B) is unknown color: approx Gold Tips. HEX triplet: E2, AA and 2B. RGB value is (226,170,43). Sum of RGB (Red+Green+Blue) = 226+170+43=439 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.48% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 43 (17.19% from 255 or 9.79% from 439); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AA2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2AA2B is #1D55D4. Grayscale: #ACACAC. Windows color (decimal): -1922517 or 2861794. OLE color: 2861794.

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

Color convert

RGB22617043-
CMYK00.250.810.11
HSL41.64º75.93%52.75%-
HSV(B)41.64º80.97%88.63%-
XYZ46.1745.098.56-
YUV172.2755.05166.33-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.48%
GREEN value IS 170 (66.80% from 255) = 38.72%
BLUE value IS 43 (17.19% from 255) = 9.79%
R=51.48%
G=38.72%
B=9.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261704300.250.810.1141.6475.9352.75
HexE2AA2B01951B2a4c35
Octal34225253031121135211465
Binary1110001010101010101011011001101000110111010101001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AA2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AA2B; }

 p { color: rgb(226,170,43); }

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

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

 a { background-color: rgb(226,170,43); }

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

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

 span { border-color: rgb(226,170,43); }

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