Html Css Color HEX #E1AF21 Gold Tips

📋 copy color: '#E1AF21'

red 225 ◦ green 175 ◦ blue 33

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

Shades of Gold Tips #E1AF21

Tints of Gold Tips #E1AF21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.62%

R = 51.96%
G = 40.42%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E1AF21 (or 0xE1AF21) is known color: Gold Tips. HEX triplet: E1, AF and 21. RGB value is (225,175,33). Sum of RGB (Red+Green+Blue) = 225+175+33=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 33 (13.28% from 255 or 7.62% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AF21 is #1E50DE. Grayscale: #AEAEAE. Windows color (decimal): -1986783 or 2207713. OLE color: 2207713.

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

Color convert

RGB 225 175 33 -
CMYK 0 0.22 0.85 0.12
HSL 44.38º 0.76% 0.51% -
HSV(B) 44.38º 0.85% 0.88% -
XYZ 46.66 46.78 8.01 -
YUV 173.76 48.57 164.55 -
System Red Green Blue C M Y K H S L
Decimal 225 175 33 0 0.22 0.85 0.12 44.38 0.76 0.51
Hex E1 AF 21 0 16 55 C 2C 4C 33
Octal 341 257 41 0 26 125 14 54 114 63
Binary 11100001 10101111 100001 0 10110 1010101 1100 101100 1001100 110011

Color Harmonies of #E1AF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AF21

Black with #E1AF21

Text Example


Text Example

White with #E1AF21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AF21; }

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

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

background-color css

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

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

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

border-color css

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

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

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