Html Css Color HEX #E1B32B Gold Tips

📋 copy color: '#E1B32B'

red 225 ◦ green 179 ◦ blue 43

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

Shades of Gold Tips #E1B32B

Tints of Gold Tips #E1B32B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.04%

 BLUE value IS 43 (17.19% from 255) = 9.62%

R = 50.34%
G = 40.04%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E1B32B (or 0xE1B32B) is known color: Gold Tips. HEX triplet: E1, B3 and 2B. RGB value is (225,179,43). Sum of RGB (Red+Green+Blue) = 225+179+43=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 43 (17.19% from 255 or 9.62% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B32B is #1E4CD4. Grayscale: #B1B1B1. Windows color (decimal): -1985749 or 2864097. OLE color: 2864097.

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

Color convert

RGB 225 179 43 -
CMYK 0 0.20 0.81 0.12
HSL 44.84º 0.75% 0.53% -
HSV(B) 44.84º 0.81% 0.88% -
XYZ 47.61 48.42 9.12 -
YUV 177.25 52.24 162.06 -
System Red Green Blue C M Y K H S L
Decimal 225 179 43 0 0.20 0.81 0.12 44.84 0.75 0.53
Hex E1 B3 2B 0 14 51 C 2D 4B 35
Octal 341 263 53 0 24 121 14 55 113 65
Binary 11100001 10110011 101011 0 10100 1010001 1100 101101 1001011 110101

Color Harmonies of #E1B32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B32B

Black with #E1B32B

Text Example


Text Example

White with #E1B32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B32B; }

 p { color: rgb(225,179,43); }

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

background-color css

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

 a { background-color: rgb(225,179,43); }

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

border-color css

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

 span { border-color: rgb(225,179,43); }

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