Html Css Color HEX #E5B929 Gold Tips

📋 copy color: '#E5B929'

red 229 ◦ green 185 ◦ blue 41

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

Shades of Gold Tips #E5B929

Tints of Gold Tips #E5B929

RGB

 RED value IS 229 (89.84% from 255) = 50.33%

 GREEN value IS 185 (72.66% from 255) = 40.66%

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

R = 50.33%
G = 40.66%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E5B929 (or 0xE5B929) is known color: Gold Tips. HEX triplet: E5, B9 and 29. RGB value is (229,185,41). Sum of RGB (Red+Green+Blue) = 229+185+41=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 41 (16.41% from 255 or 9.01% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B929 is #1A46D6. Grayscale: #B6B6B6. Windows color (decimal): -1722071 or 2734565. OLE color: 2734565.

HSL color Cylindrical-coordinate representation of color #E5B929: hue angle of 45.96º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5B929 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 185 41 -
CMYK 0 0.19 0.82 0.10
HSL 45.96º 0.78% 0.53% -
HSV(B) 45.96º 0.82% 0.9% -
XYZ 50.06 51.52 9.4 -
YUV 181.74 48.58 161.71 -
System Red Green Blue C M Y K H S L
Decimal 229 185 41 0 0.19 0.82 0.10 45.96 0.78 0.53
Hex E5 B9 29 0 13 52 A 2E 4E 35
Octal 345 271 51 0 23 122 12 56 116 65
Binary 11100101 10111001 101001 0 10011 1010010 1010 101110 1001110 110101

Color Harmonies of #E5B929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B929

Black with #E5B929

Text Example


Text Example

White with #E5B929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B929; }

 p { color: rgb(229,185,41); }

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

background-color css

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

 a { background-color: rgb(229,185,41); }

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

border-color css

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

 span { border-color: rgb(229,185,41); }

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