Html Css Color HEX #E1B42B Gold Tips

📋 copy color: '#E1B42B'

red 225 ◦ green 180 ◦ blue 43

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

Shades of Gold Tips #E1B42B

Tints of Gold Tips #E1B42B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.18%

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

R = 50.22%
G = 40.18%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E1B42B (or 0xE1B42B) is known color: Gold Tips. HEX triplet: E1, B4 and 2B. RGB value is (225,180,43). Sum of RGB (Red+Green+Blue) = 225+180+43=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 43 (17.19% from 255 or 9.60% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B42B is #1E4BD4. Grayscale: #B2B2B2. Windows color (decimal): -1985493 or 2864353. OLE color: 2864353.

HSL color Cylindrical-coordinate representation of color #E1B42B: hue angle of 45.16º 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 #E1B42B is Cyan = 0, Magento = 0.2, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 180 43 -
CMYK 0 0.2 0.81 0.12
HSL 45.16º 0.75% 0.53% -
HSV(B) 45.16º 0.81% 0.88% -
XYZ 47.81 48.82 9.19 -
YUV 177.84 51.91 161.64 -
System Red Green Blue C M Y K H S L
Decimal 225 180 43 0 0.2 0.81 0.12 45.16 0.75 0.53
Hex E1 B4 2B 0 14 51 C 2D 4B 35
Octal 341 264 53 0 24 121 14 55 113 65
Binary 11100001 10110100 101011 0 10100 1010001 1100 101101 1001011 110101

Color Harmonies of #E1B42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B42B

Black with #E1B42B

Text Example


Text Example

White with #E1B42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B42B; }

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

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

background-color css

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

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

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

border-color css

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

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

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