Html Css Color HEX #E1B32E Gold Tips

📋 copy color: '#E1B32E'

red 225 ◦ green 179 ◦ blue 46

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

Shades of Gold Tips #E1B32E

Tints of Gold Tips #E1B32E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.22%

R = 50%
G = 39.78%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E1B32E (or 0xE1B32E) is known color: Gold Tips. HEX triplet: E1, B3 and 2E. RGB value is (225,179,46). Sum of RGB (Red+Green+Blue) = 225+179+46=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 46 (18.36% from 255 or 10.22% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B32E is #1E4CD1. Grayscale: #B2B2B2. Windows color (decimal): -1985746 or 3060705. OLE color: 3060705.

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

Color convert

RGB 225 179 46 -
CMYK 0 0.20 0.80 0.12
HSL 44.58º 0.75% 0.53% -
HSV(B) 44.58º 0.8% 0.88% -
XYZ 47.66 48.45 9.42 -
YUV 177.59 53.74 161.81 -
System Red Green Blue C M Y K H S L
Decimal 225 179 46 0 0.20 0.80 0.12 44.58 0.75 0.53
Hex E1 B3 2E 0 14 50 C 2D 4B 35
Octal 341 263 56 0 24 120 14 55 113 65
Binary 11100001 10110011 101110 0 10100 1010000 1100 101101 1001011 110101

Color Harmonies of #E1B32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B32E

Black with #E1B32E

Text Example


Text Example

White with #E1B32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B32E; }

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

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

background-color css

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

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

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

border-color css

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

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

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