Html Css Color HEX #E2B42A Gold Tips

📋 copy color: '#E2B42A'

red 226 ◦ green 180 ◦ blue 42

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

Shades of Gold Tips #E2B42A

Tints of Gold Tips #E2B42A

RGB

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

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

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

R = 50.45%
G = 40.18%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E2B42A (or 0xE2B42A) is known color: Gold Tips. HEX triplet: E2, B4 and 2A. RGB value is (226,180,42). Sum of RGB (Red+Green+Blue) = 226+180+42=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 42 (16.80% from 255 or 9.38% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2B42A is #1D4BD5. Grayscale: #B2B2B2. Windows color (decimal): -1919958 or 2798818. OLE color: 2798818.

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

Color convert

RGB 226 180 42 -
CMYK 0 0.20 0.81 0.11
HSL 45º 0.76% 0.53% -
HSV(B) 45º 0.81% 0.89% -
XYZ 48.1 48.98 9.11 -
YUV 178.02 51.24 162.22 -
System Red Green Blue C M Y K H S L
Decimal 226 180 42 0 0.20 0.81 0.11 45 0.76 0.53
Hex E2 B4 2A 0 14 51 B 2D 4C 35
Octal 342 264 52 0 24 121 13 55 114 65
Binary 11100010 10110100 101010 0 10100 1010001 1011 101101 1001100 110101

Color Harmonies of #E2B42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B42A

Black with #E2B42A

Text Example


Text Example

White with #E2B42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B42A; }

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

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

background-color css

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

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

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

border-color css

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

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

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