Html Css Color HEX #EAAF19 Gold Tips

📋 copy color: '#EAAF19'

red 234 ◦ green 175 ◦ blue 25

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

Shades of Gold Tips #EAAF19

Tints of Gold Tips #EAAF19

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.32%

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

R = 53.92%
G = 40.32%
B = 5.76%

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

#EAAF19 (or 0xEAAF19) is known color: Gold Tips. HEX triplet: EA, AF and 19. RGB value is (234,175,25). Sum of RGB (Red+Green+Blue) = 234+175+25=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 25 (10.16% from 255 or 5.76% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAF19 is #1550E6. Grayscale: #B0B0B0. Windows color (decimal): -1396967 or 1683434. OLE color: 1683434.

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

Color convert

RGB 234 175 25 -
CMYK 0 0.25 0.89 0.08
HSL 43.06º 0.83% 0.51% -
HSV(B) 43.06º 0.89% 0.92% -
XYZ 49.44 48.22 7.62 -
YUV 175.54 43.05 169.7 -
System Red Green Blue C M Y K H S L
Decimal 234 175 25 0 0.25 0.89 0.08 43.06 0.83 0.51
Hex EA AF 19 0 19 59 8 2B 53 33
Octal 352 257 31 0 31 131 10 53 123 63
Binary 11101010 10101111 11001 0 11001 1011001 1000 101011 1010011 110011

Color Harmonies of #EAAF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAF19

Black with #EAAF19

Text Example


Text Example

White with #EAAF19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAF19; }

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

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

background-color css

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

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

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

border-color css

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

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

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