Html Css Color HEX #EAA524 Gold Tips

📋 copy color: '#EAA524'

red 234 ◦ green 165 ◦ blue 36

#EAA524
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gold Tips #EAA524

Tints of Gold Tips #EAA524

RGB

 RED value IS 234 (91.8% from 255) = 53.79%

 GREEN value IS 165 (64.84% from 255) = 37.93%

 BLUE value IS 36 (14.45% from 255) = 8.28%

R = 53.79%
G = 37.93%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EAA524 (or 0xEAA524) is known color: Gold Tips. HEX triplet: EA, A5 and 24. RGB value is (234,165,36). Sum of RGB (Red+Green+Blue) = 234+165+36=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 36 (14.45% from 255 or 8.28% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA524 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA524 is #155ADB. Grayscale: #ABABAB. Windows color (decimal): -1399516 or 2401770. OLE color: 2401770.

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

Color convert

RGB 234 165 36 -
CMYK 0 0.29 0.85 0.08
HSL 39.09º 0.83% 0.53% -
HSV(B) 39.09º 0.85% 0.92% -
XYZ 47.71 44.53 7.75 -
YUV 170.93 51.86 172.99 -
System Red Green Blue C M Y K H S L
Decimal 234 165 36 0 0.29 0.85 0.08 39.09 0.83 0.53
Hex EA A5 24 0 1D 55 8 27 52 35
Octal 352 245 44 0 35 125 10 47 122 65
Binary 11101010 10100101 100100 0 11101 1010101 1000 100111 1010010 110101

Color Harmonies of #EAA524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA524

Black with #EAA524

Text Example


Text Example

White with #EAA524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA524; }

 p { color: rgb(234,165,36); }

 H1.HeaderClassName
 {
   color: #EAA524;
 }
 .AnyTagClassName
 {
   color: #EAA524;
 }
</style>

background-color css

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

 a { background-color: rgb(234,165,36); }

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

border-color css

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

 span { border-color: rgb(234,165,36); }

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