#E5B227

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

Shades of Gold Tips #E5B227

Tints of Gold Tips #E5B227

Color information

#E5B227 (or 0xE5B227) is unknown color: approx Gold Tips. HEX triplet: E5, B2 and 27. RGB value is (229,178,39). Sum of RGB (Red+Green+Blue) = 229+178+39=446 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.35% from 446); Green value is 178 (69.92% from 255 or 39.91% from 446); Blue value is 39 (15.62% from 255 or 8.74% from 446); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5B227 is #1A4DD8. Grayscale: #B2B2B2. Windows color (decimal): -1723865 or 2601701. OLE color: 2601701.

HSL color Cylindrical-coordinate representation of color #E5B227: hue angle of 43.89º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5B227 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.10.

Color convert

RGB22917839-
CMYK00.220.830.10
HSL43.89º78.51%52.55%-
HSV(B)43.89º82.97%89.8%-
XYZ48.648.658.75-
YUV177.449.9164.8-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.35%
GREEN value IS 178 (69.92% from 255) = 39.91%
BLUE value IS 39 (15.62% from 255) = 8.74%
R=51.35%
G=39.91%
B=8.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.83
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291783900.220.830.1043.8978.5152.55
HexE5B22701653A2c4f35
Octal34526247026123125411765
Binary1110010110110010100111010110101001110101011001001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B227; }

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

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

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

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

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

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

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

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