#EAA825

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

Shades of Gold Tips #EAA825

Tints of Gold Tips #EAA825

Color information

#EAA825 (or 0xEAA825) is unknown color: approx Gold Tips. HEX triplet: EA, A8 and 25. RGB value is (234,168,37). Sum of RGB (Red+Green+Blue) = 234+168+37=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 37 (14.84% from 255 or 8.43% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA825 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA825 is #1557DA. Grayscale: #ADADAD. Windows color (decimal): -1398747 or 2468074. OLE color: 2468074.

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

Color convert

RGB23416837-
CMYK00.280.840.08
HSL39.9º82.43%53.14%-
HSV(B)39.9º84.19%91.76%-
XYZ48.2745.638.01-
YUV172.851.37171.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.30%
GREEN value IS 168 (66.02% from 255) = 38.27%
BLUE value IS 37 (14.84% from 255) = 8.43%
R=53.30%
G=38.27%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.84
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341683700.280.840.0839.982.4353.14
HexEAA82501C548285235
Octal35225045034124105012265
Binary1110101010101000100101011100101010010001010001010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA825; }

 p { color: rgb(234,168,37); }

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

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

 a { background-color: rgb(234,168,37); }

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

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

 span { border-color: rgb(234,168,37); }

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