Html Css Color HEX #E2B82C Gold Tips

📋 copy color: '#E2B82C'

red 226 ◦ green 184 ◦ blue 44

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

Shades of Gold Tips #E2B82C

Tints of Gold Tips #E2B82C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.53%

 BLUE value IS 44 (17.58% from 255) = 9.69%

R = 49.78%
G = 40.53%
B = 9.69%

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

#E2B82C (or 0xE2B82C) is known color: Gold Tips. HEX triplet: E2, B8 and 2C. RGB value is (226,184,44). Sum of RGB (Red+Green+Blue) = 226+184+44=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 44 (17.58% from 255 or 9.69% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B82C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2B82C is #1D47D3. Grayscale: #B5B5B5. Windows color (decimal): -1918932 or 2930914. OLE color: 2930914.

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

Color convert

RGB 226 184 44 -
CMYK 0 0.19 0.81 0.11
HSL 46.15º 0.76% 0.53% -
HSV(B) 46.15º 0.81% 0.89% -
XYZ 48.96 50.63 9.58 -
YUV 180.6 50.91 160.38 -
System Red Green Blue C M Y K H S L
Decimal 226 184 44 0 0.19 0.81 0.11 46.15 0.76 0.53
Hex E2 B8 2C 0 13 51 B 2E 4C 35
Octal 342 270 54 0 23 121 13 56 114 65
Binary 11100010 10111000 101100 0 10011 1010001 1011 101110 1001100 110101

Color Harmonies of #E2B82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B82C

Black with #E2B82C

Text Example


Text Example

White with #E2B82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B82C; }

 p { color: rgb(226,184,44); }

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

background-color css

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

 a { background-color: rgb(226,184,44); }

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

border-color css

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

 span { border-color: rgb(226,184,44); }

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