Html Css Color HEX #E1B61F Gold Tips

📋 copy color: '#E1B61F'

red 225 ◦ green 182 ◦ blue 31

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

Shades of Gold Tips #E1B61F

Tints of Gold Tips #E1B61F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.55%

 BLUE value IS 31 (12.5% from 255) = 7.08%

R = 51.37%
G = 41.55%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E1B61F (or 0xE1B61F) is known color: Gold Tips. HEX triplet: E1, B6 and 1F. RGB value is (225,182,31). Sum of RGB (Red+Green+Blue) = 225+182+31=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 182 (71.48% from 255 or 41.55% from 438); Blue value is 31 (12.5% from 255 or 7.08% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B61F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B61F is #1E49E0. Grayscale: #B2B2B2. Windows color (decimal): -1984993 or 2078433. OLE color: 2078433.

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

Color convert

RGB 225 182 31 -
CMYK 0 0.19 0.86 0.12
HSL 46.7º 0.76% 0.5% -
HSV(B) 46.7º 0.86% 0.88% -
XYZ 48.03 49.56 8.33 -
YUV 177.64 45.25 161.78 -
System Red Green Blue C M Y K H S L
Decimal 225 182 31 0 0.19 0.86 0.12 46.7 0.76 0.5
Hex E1 B6 1F 0 13 56 C 2F 4C 32
Octal 341 266 37 0 23 126 14 57 114 62
Binary 11100001 10110110 11111 0 10011 1010110 1100 101111 1001100 110010

Color Harmonies of #E1B61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B61F

Black with #E1B61F

Text Example


Text Example

White with #E1B61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B61F; }

 p { color: rgb(225,182,31); }

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

background-color css

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

 a { background-color: rgb(225,182,31); }

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

border-color css

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

 span { border-color: rgb(225,182,31); }

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