Html Css Color HEX #EAB019 Gold Tips

📋 copy color: '#EAB019'

red 234 ◦ green 176 ◦ blue 25

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

Shades of Gold Tips #EAB019

Tints of Gold Tips #EAB019

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.46%

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

R = 53.79%
G = 40.46%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EAB019 (or 0xEAB019) is known color: Gold Tips. HEX triplet: EA, B0 and 19. RGB value is (234,176,25). Sum of RGB (Red+Green+Blue) = 234+176+25=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 25 (10.16% from 255 or 5.75% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB019 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAB019 is #154FE6. Grayscale: #B0B0B0. Windows color (decimal): -1396711 or 1683690. OLE color: 1683690.

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

Color convert

RGB 234 176 25 -
CMYK 0 0.25 0.89 0.08
HSL 43.35º 0.83% 0.51% -
HSV(B) 43.35º 0.89% 0.92% -
XYZ 49.63 48.61 7.69 -
YUV 176.13 42.72 169.28 -
System Red Green Blue C M Y K H S L
Decimal 234 176 25 0 0.25 0.89 0.08 43.35 0.83 0.51
Hex EA B0 19 0 19 59 8 2B 53 33
Octal 352 260 31 0 31 131 10 53 123 63
Binary 11101010 10110000 11001 0 11001 1011001 1000 101011 1010011 110011

Color Harmonies of #EAB019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB019

Black with #EAB019

Text Example


Text Example

White with #EAB019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB019; }

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

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

background-color css

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

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

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

border-color css

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

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

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