Html Css Color HEX #EAA426 Gold Tips

📋 copy color: '#EAA426'

red 234 ◦ green 164 ◦ blue 38

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

Shades of Gold Tips #EAA426

Tints of Gold Tips #EAA426

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.61%

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

R = 53.67%
G = 37.61%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EAA426 (or 0xEAA426) is known color: Gold Tips. HEX triplet: EA, A4 and 26. RGB value is (234,164,38). Sum of RGB (Red+Green+Blue) = 234+164+38=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 38 (15.23% from 255 or 8.72% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA426 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA426 is #155BD9. Grayscale: #ABABAB. Windows color (decimal): -1399770 or 2532586. OLE color: 2532586.

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

Color convert

RGB 234 164 38 -
CMYK 0 0.30 0.84 0.08
HSL 38.57º 0.82% 0.53% -
HSV(B) 38.57º 0.84% 0.92% -
XYZ 47.56 44.18 7.86 -
YUV 170.57 53.19 173.25 -
System Red Green Blue C M Y K H S L
Decimal 234 164 38 0 0.30 0.84 0.08 38.57 0.82 0.53
Hex EA A4 26 0 1E 54 8 27 52 35
Octal 352 244 46 0 36 124 10 47 122 65
Binary 11101010 10100100 100110 0 11110 1010100 1000 100111 1010010 110101

Color Harmonies of #EAA426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA426

Black with #EAA426

Text Example


Text Example

White with #EAA426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA426; }

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

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

background-color css

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

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

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

border-color css

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

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

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