Html Css Color HEX #E1B71C Gold Tips

📋 copy color: '#E1B71C'

red 225 ◦ green 183 ◦ blue 28

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

Shades of Gold Tips #E1B71C

Tints of Gold Tips #E1B71C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.97%

 BLUE value IS 28 (11.33% from 255) = 6.42%

R = 51.61%
G = 41.97%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E1B71C (or 0xE1B71C) is known color: Gold Tips. HEX triplet: E1, B7 and 1C. RGB value is (225,183,28). Sum of RGB (Red+Green+Blue) = 225+183+28=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 28 (11.33% from 255 or 6.42% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B71C is #1E48E3. Grayscale: #B2B2B2. Windows color (decimal): -1984740 or 1882081. OLE color: 1882081.

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

Color convert

RGB 225 183 28 -
CMYK 0 0.19 0.88 0.12
HSL 47.21º 0.78% 0.5% -
HSV(B) 47.21º 0.88% 0.88% -
XYZ 48.19 49.96 8.2 -
YUV 177.89 43.41 161.6 -
System Red Green Blue C M Y K H S L
Decimal 225 183 28 0 0.19 0.88 0.12 47.21 0.78 0.5
Hex E1 B7 1C 0 13 58 C 2F 4E 32
Octal 341 267 34 0 23 130 14 57 116 62
Binary 11100001 10110111 11100 0 10011 1011000 1100 101111 1001110 110010

Color Harmonies of #E1B71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B71C

Black with #E1B71C

Text Example


Text Example

White with #E1B71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B71C; }

 p { color: rgb(225,183,28); }

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

background-color css

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

 a { background-color: rgb(225,183,28); }

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

border-color css

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

 span { border-color: rgb(225,183,28); }

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