Html Css Color HEX #EAB519 Gold Tips

📋 copy color: '#EAB519'

red 234 ◦ green 181 ◦ blue 25

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

Shades of Gold Tips #EAB519

Tints of Gold Tips #EAB519

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.14%

 BLUE value IS 25 (10.16% from 255) = 5.68%

R = 53.18%
G = 41.14%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EAB519 (or 0xEAB519) is known color: Gold Tips. HEX triplet: EA, B5 and 19. RGB value is (234,181,25). Sum of RGB (Red+Green+Blue) = 234+181+25=440 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.18% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 25 (10.16% from 255 or 5.68% from 440); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB519 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB519 is #154AE6. Grayscale: #B3B3B3. Windows color (decimal): -1395431 or 1684970. OLE color: 1684970.

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

Color convert

RGB 234 181 25 -
CMYK 0 0.23 0.89 0.08
HSL 44.78º 0.83% 0.51% -
HSV(B) 44.78º 0.89% 0.92% -
XYZ 50.63 50.61 8.02 -
YUV 179.06 41.06 167.18 -
System Red Green Blue C M Y K H S L
Decimal 234 181 25 0 0.23 0.89 0.08 44.78 0.83 0.51
Hex EA B5 19 0 17 59 8 2D 53 33
Octal 352 265 31 0 27 131 10 55 123 63
Binary 11101010 10110101 11001 0 10111 1011001 1000 101101 1010011 110011

Color Harmonies of #EAB519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB519

Black with #EAB519

Text Example


Text Example

White with #EAB519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB519; }

 p { color: rgb(234,181,25); }

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

background-color css

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

 a { background-color: rgb(234,181,25); }

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

border-color css

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

 span { border-color: rgb(234,181,25); }

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