Html Css Color HEX #E1B331 Gold Tips

📋 copy color: '#E1B331'

red 225 ◦ green 179 ◦ blue 49

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

Shades of Gold Tips #E1B331

Tints of Gold Tips #E1B331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.82%

R = 49.67%
G = 39.51%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E1B331 (or 0xE1B331) is known color: Gold Tips. HEX triplet: E1, B3 and 31. RGB value is (225,179,49). Sum of RGB (Red+Green+Blue) = 225+179+49=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 49 (19.53% from 255 or 10.82% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B331 is #1E4CCE. Grayscale: #B2B2B2. Windows color (decimal): -1985743 or 3257313. OLE color: 3257313.

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

Color convert

RGB 225 179 49 -
CMYK 0 0.20 0.78 0.12
HSL 44.32º 0.75% 0.54% -
HSV(B) 44.32º 0.78% 0.88% -
XYZ 47.73 48.47 9.75 -
YUV 177.93 55.24 161.57 -
System Red Green Blue C M Y K H S L
Decimal 225 179 49 0 0.20 0.78 0.12 44.32 0.75 0.54
Hex E1 B3 31 0 14 4E C 2C 4B 36
Octal 341 263 61 0 24 116 14 54 113 66
Binary 11100001 10110011 110001 0 10100 1001110 1100 101100 1001011 110110

Color Harmonies of #E1B331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B331

Black with #E1B331

Text Example


Text Example

White with #E1B331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B331; }

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

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

background-color css

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

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

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

border-color css

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

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

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