#E6B130

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

Shades of Gold Tips #E6B130

Tints of Gold Tips #E6B130

Color information

#E6B130 (or 0xE6B130) is unknown color: approx Gold Tips. HEX triplet: E6, B1 and 30. RGB value is (230,177,48). Sum of RGB (Red+Green+Blue) = 230+177+48=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 48 (19.14% from 255 or 10.55% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B130 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6B130 is #194ECF. Grayscale: #B2B2B2. Windows color (decimal): -1658576 or 3191270. OLE color: 3191270.

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

Color convert

RGB23017748-
CMYK00.230.790.10
HSL42.53º78.45%54.51%-
HSV(B)42.53º79.13%90.2%-
XYZ48.8948.489.58-
YUV178.1454.56164.99-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.55%
GREEN value IS 177 (69.53% from 255) = 38.90%
BLUE value IS 48 (19.14% from 255) = 10.55%
R=50.55%
G=38.90%
B=10.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.79
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301774800.230.790.1042.5378.4554.51
HexE6B1300174FA2b4e37
Octal34626160027117125311667
Binary1110011010110001110000010111100111110101010111001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B130; }

 p { color: rgb(230,177,48); }

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

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

 a { background-color: rgb(230,177,48); }

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

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

 span { border-color: rgb(230,177,48); }

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