#E3B013

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

Shades of Gold Tips #E3B013

Tints of Gold Tips #E3B013

Color information

#E3B013 (or 0xE3B013) is unknown color: approx Gold Tips. HEX triplet: E3, B0 and 13. RGB value is (227,176,19). Sum of RGB (Red+Green+Blue) = 227+176+19=422 (55% of max value = 765). Red value is 227 (89.06% from 255 or 53.79% from 422); Green value is 176 (69.14% from 255 or 41.71% from 422); Blue value is 19 (7.81% from 255 or 4.50% from 422); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3B013 is #1C4FEC. Grayscale: #AEAEAE. Windows color (decimal): -1855469 or 1290467. OLE color: 1290467.

HSL color Cylindrical-coordinate representation of color #E3B013: hue angle of 45.29º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E3B013 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB22717619-
CMYK00.220.920.11
HSL45.29º84.55%48.24%-
HSV(B)45.29º91.63%89.02%-
XYZ47.3247.437.28-
YUV173.3540.9166.27-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 53.79%
GREEN value IS 176 (69.14% from 255) = 41.71%
BLUE value IS 19 (7.81% from 255) = 4.50%
R=53.79%
G=41.71%
B=4.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.92
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271761900.220.920.1145.2984.5548.24
HexE3B0130165CB2d5530
Octal34326023026134135512560
Binary111000111011000010011010110101110010111011011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3B013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3B013; }

 p { color: rgb(227,176,19); }

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

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

 a { background-color: rgb(227,176,19); }

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

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

 span { border-color: rgb(227,176,19); }

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