Html Css Color HEX #EAA525 Gold Tips

📋 copy color: '#EAA525'

red 234 ◦ green 165 ◦ blue 37

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

Shades of Gold Tips #EAA525

Tints of Gold Tips #EAA525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.49%

R = 53.67%
G = 37.84%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EAA525 (or 0xEAA525) is known color: Gold Tips. HEX triplet: EA, A5 and 25. RGB value is (234,165,37). Sum of RGB (Red+Green+Blue) = 234+165+37=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 37 (14.84% from 255 or 8.49% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA525 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA525 is #155ADA. Grayscale: #ABABAB. Windows color (decimal): -1399515 or 2467306. OLE color: 2467306.

HSL color Cylindrical-coordinate representation of color #EAA525: hue angle of 38.98º 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 #EAA525 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 165 37 -
CMYK 0 0.29 0.84 0.08
HSL 38.98º 0.82% 0.53% -
HSV(B) 38.98º 0.84% 0.92% -
XYZ 47.72 44.54 7.83 -
YUV 171.04 52.36 172.91 -
System Red Green Blue C M Y K H S L
Decimal 234 165 37 0 0.29 0.84 0.08 38.98 0.82 0.53
Hex EA A5 25 0 1D 54 8 27 52 35
Octal 352 245 45 0 35 124 10 47 122 65
Binary 11101010 10100101 100101 0 11101 1010100 1000 100111 1010010 110101

Color Harmonies of #EAA525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA525

Black with #EAA525

Text Example


Text Example

White with #EAA525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA525; }

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

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

background-color css

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

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

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

border-color css

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

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

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