#E2B227

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

Shades of Gold Tips #E2B227

Tints of Gold Tips #E2B227

Color information

#E2B227 (or 0xE2B227) is unknown color: approx Gold Tips. HEX triplet: E2, B2 and 27. RGB value is (226,178,39). Sum of RGB (Red+Green+Blue) = 226+178+39=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 39 (15.62% from 255 or 8.80% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2B227 is #1D4DD8. Grayscale: #B1B1B1. Windows color (decimal): -1920473 or 2601698. OLE color: 2601698.

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

Color convert

RGB22617839-
CMYK00.210.830.11
HSL44.6º76.33%51.96%-
HSV(B)44.6º82.74%88.63%-
XYZ47.6548.168.7-
YUV176.5150.4163.3-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.02%
GREEN value IS 178 (69.92% from 255) = 40.18%
BLUE value IS 39 (15.62% from 255) = 8.80%
R=51.02%
G=40.18%
B=8.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.83
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261783900.210.830.1144.676.3351.96
HexE2B22701553B2d4c34
Octal34226247025123135511464
Binary1110001010110010100111010101101001110111011011001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B227; }

 p { color: rgb(226,178,39); }

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

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

 a { background-color: rgb(226,178,39); }

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

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

 span { border-color: rgb(226,178,39); }

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