Html Css Color HEX #E8AF29 Gold Tips

📋 copy color: '#E8AF29'

red 232 ◦ green 175 ◦ blue 41

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

Shades of Gold Tips #E8AF29

Tints of Gold Tips #E8AF29

RGB

 RED value IS 232 (91.02% from 255) = 51.79%

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

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

R = 51.79%
G = 39.06%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E8AF29 (or 0xE8AF29) is known color: Gold Tips. HEX triplet: E8, AF and 29. RGB value is (232,175,41). Sum of RGB (Red+Green+Blue) = 232+175+41=448 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.79% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 41 (16.41% from 255 or 9.15% from 448); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8AF29 is #1750D6. Grayscale: #B1B1B1. Windows color (decimal): -1528023 or 2732008. OLE color: 2732008.

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

Color convert

RGB 232 175 41 -
CMYK 0 0.25 0.82 0.09
HSL 42.09º 0.81% 0.54% -
HSV(B) 42.09º 0.82% 0.91% -
XYZ 49.01 47.98 8.78 -
YUV 176.77 51.38 167.4 -
System Red Green Blue C M Y K H S L
Decimal 232 175 41 0 0.25 0.82 0.09 42.09 0.81 0.54
Hex E8 AF 29 0 19 52 9 2A 51 36
Octal 350 257 51 0 31 122 11 52 121 66
Binary 11101000 10101111 101001 0 11001 1010010 1001 101010 1010001 110110

Color Harmonies of #E8AF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AF29

Black with #E8AF29

Text Example


Text Example

White with #E8AF29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AF29; }

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

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

background-color css

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

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

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

border-color css

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

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

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