Html Css Color HEX #E2B62B Gold Tips

📋 copy color: '#E2B62B'

red 226 ◦ green 182 ◦ blue 43

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

Shades of Gold Tips #E2B62B

Tints of Gold Tips #E2B62B

RGB

 RED value IS 226 (88.67% from 255) = 50.11%

 GREEN value IS 182 (71.48% from 255) = 40.35%

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

R = 50.11%
G = 40.35%
B = 9.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E2B62B (or 0xE2B62B) is known color: Gold Tips. HEX triplet: E2, B6 and 2B. RGB value is (226,182,43). Sum of RGB (Red+Green+Blue) = 226+182+43=451 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.11% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 43 (17.19% from 255 or 9.53% from 451); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2B62B is #1D49D4. Grayscale: #B3B3B3. Windows color (decimal): -1919445 or 2864866. OLE color: 2864866.

HSL color Cylindrical-coordinate representation of color #E2B62B: hue angle of 45.57º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2B62B is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 182 43 -
CMYK 0 0.19 0.81 0.11
HSL 45.57º 0.76% 0.53% -
HSV(B) 45.57º 0.81% 0.89% -
XYZ 48.53 49.8 9.34 -
YUV 179.31 51.08 161.3 -
System Red Green Blue C M Y K H S L
Decimal 226 182 43 0 0.19 0.81 0.11 45.57 0.76 0.53
Hex E2 B6 2B 0 13 51 B 2E 4C 35
Octal 342 266 53 0 23 121 13 56 114 65
Binary 11100010 10110110 101011 0 10011 1010001 1011 101110 1001100 110101

Color Harmonies of #E2B62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B62B

Black with #E2B62B

Text Example


Text Example

White with #E2B62B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B62B; }

 p { color: rgb(226,182,43); }

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

background-color css

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

 a { background-color: rgb(226,182,43); }

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

border-color css

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

 span { border-color: rgb(226,182,43); }

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