Html Css Color HEX #E7AF19 Gold Tips

📋 copy color: '#E7AF19'

red 231 ◦ green 175 ◦ blue 25

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

Shades of Gold Tips #E7AF19

Tints of Gold Tips #E7AF19

RGB

 RED value IS 231 (90.63% from 255) = 53.6%

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

 BLUE value IS 25 (10.16% from 255) = 5.8%

R = 53.6%
G = 40.6%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#E7AF19 (or 0xE7AF19) is known color: Gold Tips. HEX triplet: E7, AF and 19. RGB value is (231,175,25). Sum of RGB (Red+Green+Blue) = 231+175+25=431 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.60% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 25 (10.16% from 255 or 5.80% from 431); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7AF19 is #1850E6. Grayscale: #AFAFAF. Windows color (decimal): -1593575 or 1683431. OLE color: 1683431.

HSL color Cylindrical-coordinate representation of color #E7AF19: hue angle of 43.69º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E7AF19 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 175 25 -
CMYK 0 0.24 0.89 0.09
HSL 43.69º 0.81% 0.5% -
HSV(B) 43.69º 0.89% 0.91% -
XYZ 48.46 47.72 7.58 -
YUV 174.64 43.55 168.2 -
System Red Green Blue C M Y K H S L
Decimal 231 175 25 0 0.24 0.89 0.09 43.69 0.81 0.5
Hex E7 AF 19 0 18 59 9 2C 51 32
Octal 347 257 31 0 30 131 11 54 121 62
Binary 11100111 10101111 11001 0 11000 1011001 1001 101100 1010001 110010

Color Harmonies of #E7AF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AF19

Black with #E7AF19

Text Example


Text Example

White with #E7AF19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AF19; }

 p { color: rgb(231,175,25); }

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

background-color css

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

 a { background-color: rgb(231,175,25); }

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

border-color css

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

 span { border-color: rgb(231,175,25); }

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