Html Css Color HEX #EAA729 Gold Tips

📋 copy color: '#EAA729'

red 234 ◦ green 167 ◦ blue 41

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

Shades of Gold Tips #EAA729

Tints of Gold Tips #EAA729

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.78%

 BLUE value IS 41 (16.41% from 255) = 9.28%

R = 52.94%
G = 37.78%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EAA729 (or 0xEAA729) is known color: Gold Tips. HEX triplet: EA, A7 and 29. RGB value is (234,167,41). Sum of RGB (Red+Green+Blue) = 234+167+41=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 41 (16.41% from 255 or 9.28% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA729 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA729 is #1558D6. Grayscale: #ADADAD. Windows color (decimal): -1398999 or 2729962. OLE color: 2729962.

HSL color Cylindrical-coordinate representation of color #EAA729: hue angle of 39.17º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EAA729 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 167 41 -
CMYK 0 0.29 0.82 0.08
HSL 39.17º 0.82% 0.54% -
HSV(B) 39.17º 0.82% 0.92% -
XYZ 48.15 45.29 8.3 -
YUV 172.67 53.7 171.75 -
System Red Green Blue C M Y K H S L
Decimal 234 167 41 0 0.29 0.82 0.08 39.17 0.82 0.54
Hex EA A7 29 0 1D 52 8 27 52 36
Octal 352 247 51 0 35 122 10 47 122 66
Binary 11101010 10100111 101001 0 11101 1010010 1000 100111 1010010 110110

Color Harmonies of #EAA729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA729

Black with #EAA729

Text Example


Text Example

White with #EAA729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA729; }

 p { color: rgb(234,167,41); }

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

background-color css

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

 a { background-color: rgb(234,167,41); }

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

border-color css

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

 span { border-color: rgb(234,167,41); }

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