#e2ac2c

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

Shades of Gold Tips #E2AC2C

Tints of Gold Tips #E2AC2C

Color information

#E2AC2C (or 0xE2AC2C) is unknown color: approx Gold Tips. HEX triplet: E2, AC and 2C. RGB value is (226,172,44). Sum of RGB (Red+Green+Blue) = 226+172+44=442 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.13% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 44 (17.58% from 255 or 9.95% from 442); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AC2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2AC2C is #1D53D3. Grayscale: #AEAEAE. Windows color (decimal): -1922004 or 2927842. OLE color: 2927842.

HSL color Cylindrical-coordinate representation of color #E2AC2C: hue angle of 42.2º 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 #E2AC2C is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB22617244-
CMYK00.240.810.11
HSL42.2º75.83%52.94%-
HSV(B)42.2º80.53%88.63%-
XYZ46.5745.868.78-
YUV173.5554.89165.41-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.13%
GREEN value IS 172 (67.58% from 255) = 38.91%
BLUE value IS 44 (17.58% from 255) = 9.95%
R=51.13%
G=38.91%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261724400.240.810.1142.275.8352.94
HexE2AC2C01851B2a4c35
Octal34225454030121135211465
Binary1110001010101100101100011000101000110111010101001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2ac2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2ac2c; }

 p { color: rgb(226,172,44); }

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

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

 a { background-color: rgb(226,172,44); }

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

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

 span { border-color: rgb(226,172,44); }

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