Html Css Color HEX #E7A329 Gold Tips

📋 copy color: '#E7A329'

red 231 ◦ green 163 ◦ blue 41

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

Shades of Gold Tips #E7A329

Tints of Gold Tips #E7A329

RGB

 RED value IS 231 (90.63% from 255) = 53.1%

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

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

R = 53.1%
G = 37.47%
B = 9.43%

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

#E7A329 (or 0xE7A329) is known color: Gold Tips. HEX triplet: E7, A3 and 29. RGB value is (231,163,41). Sum of RGB (Red+Green+Blue) = 231+163+41=435 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.10% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 41 (16.41% from 255 or 9.43% from 435); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A329 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A329 is #185CD6. Grayscale: #A9A9A9. Windows color (decimal): -1596631 or 2728935. OLE color: 2728935.

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

Color convert

RGB 231 163 41 -
CMYK 0 0.29 0.82 0.09
HSL 38.53º 0.8% 0.53% -
HSV(B) 38.53º 0.82% 0.91% -
XYZ 46.45 43.34 8.02 -
YUV 169.42 55.53 171.92 -
System Red Green Blue C M Y K H S L
Decimal 231 163 41 0 0.29 0.82 0.09 38.53 0.8 0.53
Hex E7 A3 29 0 1D 52 9 27 50 35
Octal 347 243 51 0 35 122 11 47 120 65
Binary 11100111 10100011 101001 0 11101 1010010 1001 100111 1010000 110101

Color Harmonies of #E7A329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A329

Black with #E7A329

Text Example


Text Example

White with #E7A329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A329; }

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

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

background-color css

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

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

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

border-color css

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

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

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