Html Css Color HEX #EAA626 Gold Tips

📋 copy color: '#EAA626'

red 234 ◦ green 166 ◦ blue 38

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

Shades of Gold Tips #EAA626

Tints of Gold Tips #EAA626

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.9%

 BLUE value IS 38 (15.23% from 255) = 8.68%

R = 53.42%
G = 37.9%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EAA626 (or 0xEAA626) is known color: Gold Tips. HEX triplet: EA, A6 and 26. RGB value is (234,166,38). Sum of RGB (Red+Green+Blue) = 234+166+38=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 38 (15.23% from 255 or 8.68% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA626 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA626 is #1559D9. Grayscale: #ACACAC. Windows color (decimal): -1399258 or 2533098. OLE color: 2533098.

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

Color convert

RGB 234 166 38 -
CMYK 0 0.29 0.84 0.08
HSL 39.18º 0.82% 0.53% -
HSV(B) 39.18º 0.84% 0.92% -
XYZ 47.92 44.9 7.98 -
YUV 171.74 52.53 172.41 -
System Red Green Blue C M Y K H S L
Decimal 234 166 38 0 0.29 0.84 0.08 39.18 0.82 0.53
Hex EA A6 26 0 1D 54 8 27 52 35
Octal 352 246 46 0 35 124 10 47 122 65
Binary 11101010 10100110 100110 0 11101 1010100 1000 100111 1010010 110101

Color Harmonies of #EAA626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA626

Black with #EAA626

Text Example


Text Example

White with #EAA626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA626; }

 p { color: rgb(234,166,38); }

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

background-color css

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

 a { background-color: rgb(234,166,38); }

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

border-color css

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

 span { border-color: rgb(234,166,38); }

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