Html Css Color HEX #E1B127 Gold Tips

📋 copy color: '#E1B127'

red 225 ◦ green 177 ◦ blue 39

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

Shades of Gold Tips #E1B127

Tints of Gold Tips #E1B127

RGB

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

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

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

R = 51.02%
G = 40.14%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E1B127 (or 0xE1B127) is known color: Gold Tips. HEX triplet: E1, B1 and 27. RGB value is (225,177,39). Sum of RGB (Red+Green+Blue) = 225+177+39=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 177 (69.53% from 255 or 40.14% from 441); Blue value is 39 (15.62% from 255 or 8.84% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1B127 is #1E4ED8. Grayscale: #B0B0B0. Windows color (decimal): -1986265 or 2601441. OLE color: 2601441.

HSL color Cylindrical-coordinate representation of color #E1B127: hue angle of 44.52º 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 #E1B127 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 177 39 -
CMYK 0 0.21 0.83 0.12
HSL 44.52º 0.76% 0.52% -
HSV(B) 44.52º 0.83% 0.88% -
XYZ 47.14 47.6 8.62 -
YUV 175.62 50.9 163.22 -
System Red Green Blue C M Y K H S L
Decimal 225 177 39 0 0.21 0.83 0.12 44.52 0.76 0.52
Hex E1 B1 27 0 15 53 C 2D 4C 34
Octal 341 261 47 0 25 123 14 55 114 64
Binary 11100001 10110001 100111 0 10101 1010011 1100 101101 1001100 110100

Color Harmonies of #E1B127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B127

Black with #E1B127

Text Example


Text Example

White with #E1B127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B127; }

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

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

background-color css

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

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

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

border-color css

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

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

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