Html Css Color HEX #EAB619 Gold Tips

📋 copy color: '#EAB619'

red 234 ◦ green 182 ◦ blue 25

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

Shades of Gold Tips #EAB619

Tints of Gold Tips #EAB619

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.27%

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

R = 53.06%
G = 41.27%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EAB619 (or 0xEAB619) is known color: Gold Tips. HEX triplet: EA, B6 and 19. RGB value is (234,182,25). Sum of RGB (Red+Green+Blue) = 234+182+25=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 25 (10.16% from 255 or 5.67% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB619 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB619 is #1549E6. Grayscale: #B4B4B4. Windows color (decimal): -1395175 or 1685226. OLE color: 1685226.

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

Color convert

RGB 234 182 25 -
CMYK 0 0.22 0.89 0.08
HSL 45.07º 0.83% 0.51% -
HSV(B) 45.07º 0.89% 0.92% -
XYZ 50.84 51.02 8.09 -
YUV 179.65 40.73 166.77 -
System Red Green Blue C M Y K H S L
Decimal 234 182 25 0 0.22 0.89 0.08 45.07 0.83 0.51
Hex EA B6 19 0 16 59 8 2D 53 33
Octal 352 266 31 0 26 131 10 55 123 63
Binary 11101010 10110110 11001 0 10110 1011001 1000 101101 1010011 110011

Color Harmonies of #EAB619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB619

Black with #EAB619

Text Example


Text Example

White with #EAB619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB619; }

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

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

background-color css

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

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

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

border-color css

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

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

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