Html Css Color HEX #E1AF29 Gold Tips

📋 copy color: '#E1AF29'

red 225 ◦ green 175 ◦ blue 41

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

Shades of Gold Tips #E1AF29

Tints of Gold Tips #E1AF29

RGB

 RED value IS 225 (88.28% from 255) = 51.02%

 GREEN value IS 175 (68.75% from 255) = 39.68%

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

R = 51.02%
G = 39.68%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E1AF29 (or 0xE1AF29) is known color: Gold Tips. HEX triplet: E1, AF and 29. RGB value is (225,175,41). Sum of RGB (Red+Green+Blue) = 225+175+41=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 41 (16.41% from 255 or 9.30% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AF29 is #1E50D6. Grayscale: #AFAFAF. Windows color (decimal): -1986775 or 2732001. OLE color: 2732001.

HSL color Cylindrical-coordinate representation of color #E1AF29: hue angle of 43.7º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E1AF29 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 175 41 -
CMYK 0 0.22 0.82 0.12
HSL 43.7º 0.75% 0.52% -
HSV(B) 43.7º 0.82% 0.88% -
XYZ 46.78 46.83 8.67 -
YUV 174.67 52.57 163.9 -
System Red Green Blue C M Y K H S L
Decimal 225 175 41 0 0.22 0.82 0.12 43.7 0.75 0.52
Hex E1 AF 29 0 16 52 C 2C 4B 34
Octal 341 257 51 0 26 122 14 54 113 64
Binary 11100001 10101111 101001 0 10110 1010010 1100 101100 1001011 110100

Color Harmonies of #E1AF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AF29

Black with #E1AF29

Text Example


Text Example

White with #E1AF29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AF29; }

 p { color: rgb(225,175,41); }

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

background-color css

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

 a { background-color: rgb(225,175,41); }

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

border-color css

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

 span { border-color: rgb(225,175,41); }

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