Html Css Color HEX #E1B12F Gold Tips

📋 copy color: '#E1B12F'

red 225 ◦ green 177 ◦ blue 47

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

Shades of Gold Tips #E1B12F

Tints of Gold Tips #E1B12F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.47%

R = 50.11%
G = 39.42%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E1B12F (or 0xE1B12F) is known color: Gold Tips. HEX triplet: E1, B1 and 2F. RGB value is (225,177,47). Sum of RGB (Red+Green+Blue) = 225+177+47=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 177 (69.53% from 255 or 39.42% from 449); Blue value is 47 (18.75% from 255 or 10.47% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B12F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1B12F is #1E4ED0. Grayscale: #B1B1B1. Windows color (decimal): -1986257 or 3125729. OLE color: 3125729.

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

Color convert

RGB 225 177 47 -
CMYK 0 0.21 0.79 0.12
HSL 43.82º 0.75% 0.53% -
HSV(B) 43.82º 0.79% 0.88% -
XYZ 47.29 47.66 9.4 -
YUV 176.53 54.9 162.57 -
System Red Green Blue C M Y K H S L
Decimal 225 177 47 0 0.21 0.79 0.12 43.82 0.75 0.53
Hex E1 B1 2F 0 15 4F C 2C 4B 35
Octal 341 261 57 0 25 117 14 54 113 65
Binary 11100001 10110001 101111 0 10101 1001111 1100 101100 1001011 110101

Color Harmonies of #E1B12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B12F

Black with #E1B12F

Text Example


Text Example

White with #E1B12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B12F; }

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

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

background-color css

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

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

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

border-color css

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

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

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