Html Css Color HEX #E1A927 Gold Tips

📋 copy color: '#E1A927'

red 225 ◦ green 169 ◦ blue 39

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

Shades of Gold Tips #E1A927

Tints of Gold Tips #E1A927

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.03%

 BLUE value IS 39 (15.63% from 255) = 9.01%

R = 51.96%
G = 39.03%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E1A927 (or 0xE1A927) is known color: Gold Tips. HEX triplet: E1, A9 and 27. RGB value is (225,169,39). Sum of RGB (Red+Green+Blue) = 225+169+39=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 169 (66.41% from 255 or 39.03% from 433); Blue value is 39 (15.62% from 255 or 9.01% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A927 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A927 is #1E56D8. Grayscale: #ABABAB. Windows color (decimal): -1988313 or 2599393. OLE color: 2599393.

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

Color convert

RGB 225 169 39 -
CMYK 0 0.25 0.83 0.12
HSL 41.94º 0.76% 0.52% -
HSV(B) 41.94º 0.83% 0.88% -
XYZ 45.61 44.53 8.11 -
YUV 170.92 53.55 166.57 -
System Red Green Blue C M Y K H S L
Decimal 225 169 39 0 0.25 0.83 0.12 41.94 0.76 0.52
Hex E1 A9 27 0 19 53 C 2A 4C 34
Octal 341 251 47 0 31 123 14 52 114 64
Binary 11100001 10101001 100111 0 11001 1010011 1100 101010 1001100 110100

Color Harmonies of #E1A927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A927

Black with #E1A927

Text Example


Text Example

White with #E1A927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A927; }

 p { color: rgb(225,169,39); }

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

background-color css

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

 a { background-color: rgb(225,169,39); }

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

border-color css

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

 span { border-color: rgb(225,169,39); }

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