Html Css Color HEX #E5B429 Gold Tips

📋 copy color: '#E5B429'

red 229 ◦ green 180 ◦ blue 41

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

Shades of Gold Tips #E5B429

Tints of Gold Tips #E5B429

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40%

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

R = 50.89%
G = 40%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E5B429 (or 0xE5B429) is known color: Gold Tips. HEX triplet: E5, B4 and 29. RGB value is (229,180,41). Sum of RGB (Red+Green+Blue) = 229+180+41=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 41 (16.41% from 255 or 9.11% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B429 is #1A4BD6. Grayscale: #B3B3B3. Windows color (decimal): -1723351 or 2733285. OLE color: 2733285.

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

Color convert

RGB 229 180 41 -
CMYK 0 0.21 0.82 0.10
HSL 44.36º 0.78% 0.53% -
HSV(B) 44.36º 0.82% 0.9% -
XYZ 49.03 49.46 9.06 -
YUV 178.81 50.23 163.8 -
System Red Green Blue C M Y K H S L
Decimal 229 180 41 0 0.21 0.82 0.10 44.36 0.78 0.53
Hex E5 B4 29 0 15 52 A 2C 4E 35
Octal 345 264 51 0 25 122 12 54 116 65
Binary 11100101 10110100 101001 0 10101 1010010 1010 101100 1001110 110101

Color Harmonies of #E5B429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B429

Black with #E5B429

Text Example


Text Example

White with #E5B429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B429; }

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

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

background-color css

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

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

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

border-color css

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

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

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