Html Css Color HEX #E9AD29 Gold Tips

📋 copy color: '#E9AD29'

red 233 ◦ green 173 ◦ blue 41

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

Shades of Gold Tips #E9AD29

Tints of Gold Tips #E9AD29

RGB

 RED value IS 233 (91.41% from 255) = 52.13%

 GREEN value IS 173 (67.97% from 255) = 38.7%

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

R = 52.13%
G = 38.7%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E9AD29 (or 0xE9AD29) is known color: Gold Tips. HEX triplet: E9, AD and 29. RGB value is (233,173,41). Sum of RGB (Red+Green+Blue) = 233+173+41=447 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.13% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 41 (16.41% from 255 or 9.17% from 447); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AD29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9AD29 is #1652D6. Grayscale: #B0B0B0. Windows color (decimal): -1462999 or 2731497. OLE color: 2731497.

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

Color convert

RGB 233 173 41 -
CMYK 0 0.26 0.82 0.09
HSL 41.25º 0.81% 0.54% -
HSV(B) 41.25º 0.82% 0.91% -
XYZ 48.95 47.37 8.66 -
YUV 175.89 51.88 168.73 -
System Red Green Blue C M Y K H S L
Decimal 233 173 41 0 0.26 0.82 0.09 41.25 0.81 0.54
Hex E9 AD 29 0 1A 52 9 29 51 36
Octal 351 255 51 0 32 122 11 51 121 66
Binary 11101001 10101101 101001 0 11010 1010010 1001 101001 1010001 110110

Color Harmonies of #E9AD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9AD29

Black with #E9AD29

Text Example


Text Example

White with #E9AD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9AD29; }

 p { color: rgb(233,173,41); }

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

background-color css

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

 a { background-color: rgb(233,173,41); }

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

border-color css

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

 span { border-color: rgb(233,173,41); }

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