Html Css Color HEX #E8A429 Gold Tips

📋 copy color: '#E8A429'

red 232 ◦ green 164 ◦ blue 41

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

Shades of Gold Tips #E8A429

Tints of Gold Tips #E8A429

RGB

 RED value IS 232 (91.02% from 255) = 53.09%

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

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

R = 53.09%
G = 37.53%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E8A429 (or 0xE8A429) is known color: Gold Tips. HEX triplet: E8, A4 and 29. RGB value is (232,164,41). Sum of RGB (Red+Green+Blue) = 232+164+41=437 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.09% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 41 (16.41% from 255 or 9.38% from 437); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A429 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8A429 is #175BD6. Grayscale: #AAAAAA. Windows color (decimal): -1530839 or 2729192. OLE color: 2729192.

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

Color convert

RGB 232 164 41 -
CMYK 0 0.29 0.82 0.09
HSL 38.64º 0.81% 0.54% -
HSV(B) 38.64º 0.82% 0.91% -
XYZ 46.95 43.87 8.09 -
YUV 170.31 55.03 172 -
System Red Green Blue C M Y K H S L
Decimal 232 164 41 0 0.29 0.82 0.09 38.64 0.81 0.54
Hex E8 A4 29 0 1D 52 9 27 51 36
Octal 350 244 51 0 35 122 11 47 121 66
Binary 11101000 10100100 101001 0 11101 1010010 1001 100111 1010001 110110

Color Harmonies of #E8A429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8A429

Black with #E8A429

Text Example


Text Example

White with #E8A429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8A429; }

 p { color: rgb(232,164,41); }

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

background-color css

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

 a { background-color: rgb(232,164,41); }

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

border-color css

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

 span { border-color: rgb(232,164,41); }

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