Html Css Color HEX #E1AF2D Gold Tips

📋 copy color: '#E1AF2D'

red 225 ◦ green 175 ◦ blue 45

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

Shades of Gold Tips #E1AF2D

Tints of Gold Tips #E1AF2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.11%

R = 50.56%
G = 39.33%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.8

 K value IS 0.12

RGB Variations

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

Color information

#E1AF2D (or 0xE1AF2D) is known color: Gold Tips. HEX triplet: E1, AF and 2D. RGB value is (225,175,45). Sum of RGB (Red+Green+Blue) = 225+175+45=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 45 (17.97% from 255 or 10.11% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AF2D is #1E50D2. Grayscale: #AFAFAF. Windows color (decimal): -1986771 or 2994145. OLE color: 2994145.

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

Color convert

RGB 225 175 45 -
CMYK 0 0.22 0.8 0.12
HSL 43.33º 0.75% 0.53% -
HSV(B) 43.33º 0.8% 0.88% -
XYZ 46.85 46.86 9.06 -
YUV 175.13 54.57 163.57 -
System Red Green Blue C M Y K H S L
Decimal 225 175 45 0 0.22 0.8 0.12 43.33 0.75 0.53
Hex E1 AF 2D 0 16 50 C 2B 4B 35
Octal 341 257 55 0 26 120 14 53 113 65
Binary 11100001 10101111 101101 0 10110 1010000 1100 101011 1001011 110101

Color Harmonies of #E1AF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AF2D

Black with #E1AF2D

Text Example


Text Example

White with #E1AF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AF2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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