#E3AE2C

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

Shades of Gold Tips #E3AE2C

Tints of Gold Tips #E3AE2C

Color information

#E3AE2C (or 0xE3AE2C) is unknown color: approx Gold Tips. HEX triplet: E3, AE and 2C. RGB value is (227,174,44). Sum of RGB (Red+Green+Blue) = 227+174+44=445 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.01% from 445); Green value is 174 (68.36% from 255 or 39.10% from 445); Blue value is 44 (17.58% from 255 or 9.89% from 445); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AE2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3AE2C is #1C51D3. Grayscale: #AFAFAF. Windows color (decimal): -1855956 or 2928355. OLE color: 2928355.

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

Color convert

RGB22717444-
CMYK00.230.810.11
HSL42.62º76.57%53.14%-
HSV(B)42.62º80.62%89.02%-
XYZ47.2746.788.92-
YUV175.0354.06165.07-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 51.01%
GREEN value IS 174 (68.36% from 255) = 39.10%
BLUE value IS 44 (17.58% from 255) = 9.89%
R=51.01%
G=39.10%
B=9.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271744400.230.810.1142.6276.5753.14
HexE3AE2C01751B2b4d35
Octal34325654027121135311565
Binary1110001110101110101100010111101000110111010111001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3AE2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3AE2C; }

 p { color: rgb(227,174,44); }

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

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

 a { background-color: rgb(227,174,44); }

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

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

 span { border-color: rgb(227,174,44); }

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