#E6B12B

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

Shades of Gold Tips #E6B12B

Tints of Gold Tips #E6B12B

Color information

#E6B12B (or 0xE6B12B) is unknown color: approx Gold Tips. HEX triplet: E6, B1 and 2B. RGB value is (230,177,43). Sum of RGB (Red+Green+Blue) = 230+177+43=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 43 (17.19% from 255 or 9.56% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B12B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6B12B is #194ED4. Grayscale: #B2B2B2. Windows color (decimal): -1658581 or 2863590. OLE color: 2863590.

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

Color convert

RGB23017743-
CMYK00.230.810.10
HSL42.99º78.9%53.53%-
HSV(B)42.99º81.3%90.2%-
XYZ48.7948.449.06-
YUV177.5752.06165.4-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.11%
GREEN value IS 177 (69.53% from 255) = 39.33%
BLUE value IS 43 (17.19% from 255) = 9.56%
R=51.11%
G=39.33%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.81
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301774300.230.810.1042.9978.953.53
HexE6B12B01751A2b4f36
Octal34626153027121125311766
Binary1110011010110001101011010111101000110101010111001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B12B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B12B; }

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

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

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

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

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

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

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

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