#e3b82d

Color #E3B82D Gold Tips (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold Tips #E3B82D

Tints of Gold Tips #E3B82D

Color information

#E3B82D (or 0xE3B82D) is unknown color: approx Gold Tips. HEX triplet: E3, B8 and 2D. RGB value is (227,184,45). Sum of RGB (Red+Green+Blue) = 227+184+45=456 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.78% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 45 (17.97% from 255 or 9.87% from 456); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B82D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3B82D is #1C47D2. Grayscale: #B5B5B5. Windows color (decimal): -1853395 or 2996451. OLE color: 2996451.

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

Color convert

RGB22718445-
CMYK00.190.800.11
HSL45.82º76.47%53.33%-
HSV(B)45.82º80.18%89.02%-
XYZ49.2950.89.69-
YUV181.0151.25160.8-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 49.78%
GREEN value IS 184 (72.27% from 255) = 40.35%
BLUE value IS 45 (17.97% from 255) = 9.87%
R=49.78%
G=40.35%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.80
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271844500.190.800.1145.8276.4753.33
HexE3B82D01350B2e4c35
Octal34327055023120135611465
Binary1110001110111000101101010011101000010111011101001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e3b82d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e3b82d; }

 p { color: rgb(227,184,45); }

 H1.HeaderClassName
 {
   color: #e3b82d;
 }
 .AnyTagClassName
 {
   color: #e3b82d;
 }
</style>
background-color css

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

 a { background-color: rgb(227,184,45); }

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

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

 span { border-color: rgb(227,184,45); }

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