#EAA728

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

Shades of Gold Tips #EAA728

Tints of Gold Tips #EAA728

Color information

#EAA728 (or 0xEAA728) is unknown color: approx Gold Tips. HEX triplet: EA, A7 and 28. RGB value is (234,167,40). Sum of RGB (Red+Green+Blue) = 234+167+40=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 40 (16.02% from 255 or 9.07% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA728 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA728 is #1558D7. Grayscale: #ADADAD. Windows color (decimal): -1399000 or 2664426. OLE color: 2664426.

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

Color convert

RGB23416740-
CMYK00.290.830.08
HSL39.28º82.2%53.73%-
HSV(B)39.28º82.91%91.76%-
XYZ48.1345.288.21-
YUV172.5653.2171.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.06%
GREEN value IS 167 (65.62% from 255) = 37.87%
BLUE value IS 40 (16.02% from 255) = 9.07%
R=53.06%
G=37.87%
B=9.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.83
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341674000.290.830.0839.2882.253.73
HexEAA72801D538275236
Octal35224750035123104712266
Binary1110101010100111101000011101101001110001001111010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA728; }

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

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

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

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

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

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

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

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