Html Css Color HEX #E8A329 Gold Tips

📋 copy color: '#E8A329'

red 232 ◦ green 163 ◦ blue 41

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

Shades of Gold Tips #E8A329

Tints of Gold Tips #E8A329

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.39%

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

R = 53.21%
G = 37.39%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E8A329 (or 0xE8A329) is known color: Gold Tips. HEX triplet: E8, A3 and 29. RGB value is (232,163,41). Sum of RGB (Red+Green+Blue) = 232+163+41=436 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.21% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 41 (16.41% from 255 or 9.40% from 436); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A329 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8A329 is #175CD6. Grayscale: #AAAAAA. Windows color (decimal): -1531095 or 2728936. OLE color: 2728936.

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

Color convert

RGB 232 163 41 -
CMYK 0 0.30 0.82 0.09
HSL 38.32º 0.81% 0.54% -
HSV(B) 38.32º 0.82% 0.91% -
XYZ 46.78 43.51 8.03 -
YUV 169.72 55.36 172.42 -
System Red Green Blue C M Y K H S L
Decimal 232 163 41 0 0.30 0.82 0.09 38.32 0.81 0.54
Hex E8 A3 29 0 1E 52 9 26 51 36
Octal 350 243 51 0 36 122 11 46 121 66
Binary 11101000 10100011 101001 0 11110 1010010 1001 100110 1010001 110110

Color Harmonies of #E8A329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8A329

Black with #E8A329

Text Example


Text Example

White with #E8A329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8A329; }

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

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

background-color css

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

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

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

border-color css

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

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

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