Html Css Color HEX #E1AF32 Gold Tips

📋 copy color: '#E1AF32'

red 225 ◦ green 175 ◦ blue 50

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

Shades of Gold Tips #E1AF32

Tints of Gold Tips #E1AF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.11%

R = 50%
G = 38.89%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E1AF32 (or 0xE1AF32) is known color: Gold Tips. HEX triplet: E1, AF and 32. RGB value is (225,175,50). Sum of RGB (Red+Green+Blue) = 225+175+50=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 50 (19.92% from 255 or 11.11% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AF32 is #1E50CD. Grayscale: #B0B0B0. Windows color (decimal): -1986766 or 3321825. OLE color: 3321825.

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

Color convert

RGB 225 175 50 -
CMYK 0 0.22 0.78 0.12
HSL 42.86º 0.74% 0.54% -
HSV(B) 42.86º 0.78% 0.88% -
XYZ 46.96 46.9 9.59 -
YUV 175.7 57.07 163.16 -
System Red Green Blue C M Y K H S L
Decimal 225 175 50 0 0.22 0.78 0.12 42.86 0.74 0.54
Hex E1 AF 32 0 16 4E C 2B 4A 36
Octal 341 257 62 0 26 116 14 53 112 66
Binary 11100001 10101111 110010 0 10110 1001110 1100 101011 1001010 110110

Color Harmonies of #E1AF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AF32

Black with #E1AF32

Text Example


Text Example

White with #E1AF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AF32; }

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

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

background-color css

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

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

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

border-color css

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

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

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