#E3AE13

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

Shades of Gold Tips #E3AE13

Tints of Gold Tips #E3AE13

Color information

#E3AE13 (or 0xE3AE13) is unknown color: approx Gold Tips. HEX triplet: E3, AE and 13. RGB value is (227,174,19). Sum of RGB (Red+Green+Blue) = 227+174+19=420 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.05% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 19 (7.81% from 255 or 4.52% from 420); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AE13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3AE13 is #1C51EC. Grayscale: #ACACAC. Windows color (decimal): -1855981 or 1289955. OLE color: 1289955.

HSL color Cylindrical-coordinate representation of color #E3AE13: hue angle of 44.71º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E3AE13 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB22717419-
CMYK00.230.920.11
HSL44.71º84.55%48.24%-
HSV(B)44.71º91.63%89.02%-
XYZ46.9346.657.15-
YUV172.1841.56167.1-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 54.05%
GREEN value IS 174 (68.36% from 255) = 41.43%
BLUE value IS 19 (7.81% from 255) = 4.52%
R=54.05%
G=41.43%
B=4.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.92
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271741900.230.920.1144.7184.5548.24
HexE3AE130175CB2d5530
Octal34325623027134135512560
Binary111000111010111010011010111101110010111011011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3AE13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3AE13; }

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

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

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

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

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

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

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

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