#E3B015

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

Shades of Gold Tips #E3B015

Tints of Gold Tips #E3B015

Color information

#E3B015 (or 0xE3B015) is unknown color: approx Gold Tips. HEX triplet: E3, B0 and 15. RGB value is (227,176,21). Sum of RGB (Red+Green+Blue) = 227+176+21=424 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.54% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 21 (8.59% from 255 or 4.95% from 424); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3B015 is #1C4FEA. Grayscale: #AEAEAE. Windows color (decimal): -1855467 or 1421539. OLE color: 1421539.

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

Color convert

RGB22717621-
CMYK00.220.910.11
HSL45.15º83.06%48.63%-
HSV(B)45.15º90.75%89.02%-
XYZ47.3447.447.37-
YUV173.5841.9166.1-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 53.54%
GREEN value IS 176 (69.14% from 255) = 41.51%
BLUE value IS 21 (8.59% from 255) = 4.95%
R=53.54%
G=41.51%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.91
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271762100.220.910.1145.1583.0648.63
HexE3B0150165BB2d5331
Octal34326025026133135512361
Binary111000111011000010101010110101101110111011011010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3B015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3B015; }

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

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

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

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

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

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

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

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