#e2b01e

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

Shades of Gold Tips #E2B01E

Tints of Gold Tips #E2B01E

Color information

#E2B01E (or 0xE2B01E) is unknown color: approx Gold Tips. HEX triplet: E2, B0 and 1E. RGB value is (226,176,30). Sum of RGB (Red+Green+Blue) = 226+176+30=432 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.31% from 432); Green value is 176 (69.14% from 255 or 40.74% from 432); Blue value is 30 (12.11% from 255 or 6.94% from 432); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B01E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2B01E is #1D4FE1. Grayscale: #AEAEAE. Windows color (decimal): -1920994 or 2011362. OLE color: 2011362.

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

Color convert

RGB22617630-
CMYK00.220.870.11
HSL44.69º77.17%50.2%-
HSV(B)44.69º86.73%88.63%-
XYZ47.1247.317.88-
YUV174.3146.56164.87-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 52.31%
GREEN value IS 176 (69.14% from 255) = 40.74%
BLUE value IS 30 (12.11% from 255) = 6.94%
R=52.31%
G=40.74%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.87
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261763000.220.870.1144.6977.1750.2
HexE2B01E01657B2d4d32
Octal34226036026127135511562
Binary111000101011000011110010110101011110111011011001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2b01e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2b01e; }

 p { color: rgb(226,176,30); }

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

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

 a { background-color: rgb(226,176,30); }

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

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

 span { border-color: rgb(226,176,30); }

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