#EAA72A

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

Shades of Gold Tips #EAA72A

Tints of Gold Tips #EAA72A

Color information

#EAA72A (or 0xEAA72A) is unknown color: approx Gold Tips. HEX triplet: EA, A7 and 2A. RGB value is (234,167,42). Sum of RGB (Red+Green+Blue) = 234+167+42=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 42 (16.80% from 255 or 9.48% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA72A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA72A is #1558D5. Grayscale: #ADADAD. Windows color (decimal): -1398998 or 2795498. OLE color: 2795498.

HSL color Cylindrical-coordinate representation of color #EAA72A: hue angle of 39.06º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EAA72A is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB23416742-
CMYK00.290.820.08
HSL39.06º82.05%54.12%-
HSV(B)39.06º82.05%91.76%-
XYZ48.1745.38.39-
YUV172.7854.2171.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.82%
GREEN value IS 167 (65.62% from 255) = 37.70%
BLUE value IS 42 (16.80% from 255) = 9.48%
R=52.82%
G=37.70%
B=9.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.82
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341674200.290.820.0839.0682.0554.12
HexEAA72A01D528275236
Octal35224752035122104712266
Binary1110101010100111101010011101101001010001001111010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA72A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA72A; }

 p { color: rgb(234,167,42); }

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

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

 a { background-color: rgb(234,167,42); }

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

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

 span { border-color: rgb(234,167,42); }

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