Html Css Color HEX #E1B132 Gold Tips

📋 copy color: '#E1B132'

red 225 ◦ green 177 ◦ blue 50

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

Shades of Gold Tips #E1B132

Tints of Gold Tips #E1B132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.06%

R = 49.78%
G = 39.16%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E1B132 (or 0xE1B132) is known color: Gold Tips. HEX triplet: E1, B1 and 32. RGB value is (225,177,50). Sum of RGB (Red+Green+Blue) = 225+177+50=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 50 (19.92% from 255 or 11.06% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1B132 is #1E4ECD. Grayscale: #B1B1B1. Windows color (decimal): -1986254 or 3322337. OLE color: 3322337.

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

Color convert

RGB 225 177 50 -
CMYK 0 0.21 0.78 0.12
HSL 43.54º 0.74% 0.54% -
HSV(B) 43.54º 0.78% 0.88% -
XYZ 47.35 47.68 9.73 -
YUV 176.87 56.4 162.33 -
System Red Green Blue C M Y K H S L
Decimal 225 177 50 0 0.21 0.78 0.12 43.54 0.74 0.54
Hex E1 B1 32 0 15 4E C 2C 4A 36
Octal 341 261 62 0 25 116 14 54 112 66
Binary 11100001 10110001 110010 0 10101 1001110 1100 101100 1001010 110110

Color Harmonies of #E1B132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B132

Black with #E1B132

Text Example


Text Example

White with #E1B132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B132; }

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

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

background-color css

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

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

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

border-color css

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

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

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