Html Css Color HEX #E5AF17 Gold Tips

📋 copy color: '#E5AF17'

red 229 ◦ green 175 ◦ blue 23

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

Shades of Gold Tips #E5AF17

Tints of Gold Tips #E5AF17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.39%

R = 53.63%
G = 40.98%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E5AF17 (or 0xE5AF17) is known color: Gold Tips. HEX triplet: E5, AF and 17. RGB value is (229,175,23). Sum of RGB (Red+Green+Blue) = 229+175+23=427 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.63% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 23 (9.38% from 255 or 5.39% from 427); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AF17 is #1A50E8. Grayscale: #AEAEAE. Windows color (decimal): -1724649 or 1552357. OLE color: 1552357.

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

Color convert

RGB 229 175 23 -
CMYK 0 0.24 0.90 0.10
HSL 44.27º 0.82% 0.49% -
HSV(B) 44.27º 0.9% 0.9% -
XYZ 47.8 47.38 7.44 -
YUV 173.82 42.89 167.36 -
System Red Green Blue C M Y K H S L
Decimal 229 175 23 0 0.24 0.90 0.10 44.27 0.82 0.49
Hex E5 AF 17 0 18 5A A 2C 52 31
Octal 345 257 27 0 30 132 12 54 122 61
Binary 11100101 10101111 10111 0 11000 1011010 1010 101100 1010010 110001

Color Harmonies of #E5AF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AF17

Black with #E5AF17

Text Example


Text Example

White with #E5AF17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AF17; }

 p { color: rgb(229,175,23); }

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

background-color css

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

 a { background-color: rgb(229,175,23); }

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

border-color css

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

 span { border-color: rgb(229,175,23); }

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