Html Css Color HEX #EAA726 Gold Tips

📋 copy color: '#EAA726'

red 234 ◦ green 167 ◦ blue 38

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

Shades of Gold Tips #EAA726

Tints of Gold Tips #EAA726

RGB

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

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

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

R = 53.3%
G = 38.04%
B = 8.66%

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

#EAA726 (or 0xEAA726) is known color: Gold Tips. HEX triplet: EA, A7 and 26. RGB value is (234,167,38). Sum of RGB (Red+Green+Blue) = 234+167+38=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 167 (65.62% from 255 or 38.04% from 439); Blue value is 38 (15.23% from 255 or 8.66% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA726 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA726 is #1558D9. Grayscale: #ACACAC. Windows color (decimal): -1399002 or 2533354. OLE color: 2533354.

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

Color convert

RGB 234 167 38 -
CMYK 0 0.29 0.84 0.08
HSL 39.49º 0.82% 0.53% -
HSV(B) 39.49º 0.84% 0.92% -
XYZ 48.1 45.27 8.04 -
YUV 172.33 52.2 171.99 -
System Red Green Blue C M Y K H S L
Decimal 234 167 38 0 0.29 0.84 0.08 39.49 0.82 0.53
Hex EA A7 26 0 1D 54 8 27 52 35
Octal 352 247 46 0 35 124 10 47 122 65
Binary 11101010 10100111 100110 0 11101 1010100 1000 100111 1010010 110101

Color Harmonies of #EAA726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA726

Black with #EAA726

Text Example


Text Example

White with #EAA726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA726; }

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

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

background-color css

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

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

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

border-color css

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

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

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