Html Css Color HEX #E2B62A Gold Tips

📋 copy color: '#E2B62A'

red 226 ◦ green 182 ◦ blue 42

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

Shades of Gold Tips #E2B62A

Tints of Gold Tips #E2B62A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.33%

R = 50.22%
G = 40.44%
B = 9.33%

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

#E2B62A (or 0xE2B62A) is known color: Gold Tips. HEX triplet: E2, B6 and 2A. RGB value is (226,182,42). Sum of RGB (Red+Green+Blue) = 226+182+42=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 42 (16.80% from 255 or 9.33% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B62A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2B62A is #1D49D5. Grayscale: #B3B3B3. Windows color (decimal): -1919446 or 2799330. OLE color: 2799330.

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

Color convert

RGB 226 182 42 -
CMYK 0 0.19 0.81 0.11
HSL 45.65º 0.76% 0.53% -
HSV(B) 45.65º 0.81% 0.89% -
XYZ 48.51 49.79 9.24 -
YUV 179.2 50.58 161.38 -
System Red Green Blue C M Y K H S L
Decimal 226 182 42 0 0.19 0.81 0.11 45.65 0.76 0.53
Hex E2 B6 2A 0 13 51 B 2E 4C 35
Octal 342 266 52 0 23 121 13 56 114 65
Binary 11100010 10110110 101010 0 10011 1010001 1011 101110 1001100 110101

Color Harmonies of #E2B62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B62A

Black with #E2B62A

Text Example


Text Example

White with #E2B62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B62A; }

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

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

background-color css

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

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

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

border-color css

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

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

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