Html Css Color HEX #EAA425 Gold Tips

📋 copy color: '#EAA425'

red 234 ◦ green 164 ◦ blue 37

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

Shades of Gold Tips #EAA425

Tints of Gold Tips #EAA425

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.7%

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

R = 53.79%
G = 37.7%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EAA425 (or 0xEAA425) is known color: Gold Tips. HEX triplet: EA, A4 and 25. RGB value is (234,164,37). Sum of RGB (Red+Green+Blue) = 234+164+37=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 37 (14.84% from 255 or 8.51% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA425 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA425 is #155BDA. Grayscale: #ABABAB. Windows color (decimal): -1399771 or 2467050. OLE color: 2467050.

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

Color convert

RGB 234 164 37 -
CMYK 0 0.30 0.84 0.08
HSL 38.68º 0.82% 0.53% -
HSV(B) 38.68º 0.84% 0.92% -
XYZ 47.54 44.18 7.77 -
YUV 170.45 52.69 173.33 -
System Red Green Blue C M Y K H S L
Decimal 234 164 37 0 0.30 0.84 0.08 38.68 0.82 0.53
Hex EA A4 25 0 1E 54 8 27 52 35
Octal 352 244 45 0 36 124 10 47 122 65
Binary 11101010 10100100 100101 0 11110 1010100 1000 100111 1010010 110101

Color Harmonies of #EAA425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA425

Black with #EAA425

Text Example


Text Example

White with #EAA425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA425; }

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

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

background-color css

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

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

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

border-color css

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

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

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