#E5B330

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

Shades of Gold Tips #E5B330

Tints of Gold Tips #E5B330

Color information

#E5B330 (or 0xE5B330) is unknown color: approx Gold Tips. HEX triplet: E5, B3 and 30. RGB value is (229,179,48). Sum of RGB (Red+Green+Blue) = 229+179+48=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 48 (19.14% from 255 or 10.53% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B330 is #1A4CCF. Grayscale: #B3B3B3. Windows color (decimal): -1723600 or 3191781. OLE color: 3191781.

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

Color convert

RGB22917948-
CMYK00.220.790.10
HSL43.43º77.68%54.31%-
HSV(B)43.43º79.04%89.8%-
XYZ48.9749.119.69-
YUV179.0254.06163.65-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.22%
GREEN value IS 179 (70.31% from 255) = 39.25%
BLUE value IS 48 (19.14% from 255) = 10.53%
R=50.22%
G=39.25%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.79
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291794800.220.790.1043.4377.6854.31
HexE5B3300164FA2b4e36
Octal34526360026117125311666
Binary1110010110110011110000010110100111110101010111001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B330; }

 p { color: rgb(229,179,48); }

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

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

 a { background-color: rgb(229,179,48); }

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

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

 span { border-color: rgb(229,179,48); }

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