Html Css Color HEX #E1B124 Gold Tips

📋 copy color: '#E1B124'

red 225 ◦ green 177 ◦ blue 36

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

Shades of Gold Tips #E1B124

Tints of Gold Tips #E1B124

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.41%

 BLUE value IS 36 (14.45% from 255) = 8.22%

R = 51.37%
G = 40.41%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E1B124 (or 0xE1B124) is known color: Gold Tips. HEX triplet: E1, B1 and 24. RGB value is (225,177,36). Sum of RGB (Red+Green+Blue) = 225+177+36=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 36 (14.45% from 255 or 8.22% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1B124 is #1E4EDB. Grayscale: #AFAFAF. Windows color (decimal): -1986268 or 2404833. OLE color: 2404833.

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

Color convert

RGB 225 177 36 -
CMYK 0 0.21 0.84 0.12
HSL 44.76º 0.76% 0.51% -
HSV(B) 44.76º 0.84% 0.88% -
XYZ 47.09 47.58 8.37 -
YUV 175.28 49.4 163.46 -
System Red Green Blue C M Y K H S L
Decimal 225 177 36 0 0.21 0.84 0.12 44.76 0.76 0.51
Hex E1 B1 24 0 15 54 C 2D 4C 33
Octal 341 261 44 0 25 124 14 55 114 63
Binary 11100001 10110001 100100 0 10101 1010100 1100 101101 1001100 110011

Color Harmonies of #E1B124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B124

Black with #E1B124

Text Example


Text Example

White with #E1B124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B124; }

 p { color: rgb(225,177,36); }

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

background-color css

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

 a { background-color: rgb(225,177,36); }

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

border-color css

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

 span { border-color: rgb(225,177,36); }

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