Html Css Color HEX #E1B121 Gold Tips

📋 copy color: '#E1B121'

red 225 ◦ green 177 ◦ blue 33

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

Shades of Gold Tips #E1B121

Tints of Gold Tips #E1B121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.59%

R = 51.72%
G = 40.69%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E1B121 (or 0xE1B121) is known color: Gold Tips. HEX triplet: E1, B1 and 21. RGB value is (225,177,33). Sum of RGB (Red+Green+Blue) = 225+177+33=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 33 (13.28% from 255 or 7.59% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1B121 is #1E4EDE. Grayscale: #AFAFAF. Windows color (decimal): -1986271 or 2208225. OLE color: 2208225.

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

Color convert

RGB 225 177 33 -
CMYK 0 0.21 0.85 0.12
HSL 45º 0.76% 0.51% -
HSV(B) 45º 0.85% 0.88% -
XYZ 47.05 47.56 8.14 -
YUV 174.94 47.9 163.71 -
System Red Green Blue C M Y K H S L
Decimal 225 177 33 0 0.21 0.85 0.12 45 0.76 0.51
Hex E1 B1 21 0 15 55 C 2D 4C 33
Octal 341 261 41 0 25 125 14 55 114 63
Binary 11100001 10110001 100001 0 10101 1010101 1100 101101 1001100 110011

Color Harmonies of #E1B121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B121

Black with #E1B121

Text Example


Text Example

White with #E1B121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B121; }

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

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

background-color css

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

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

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

border-color css

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

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

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