#E8B12A

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

Shades of Gold Tips #E8B12A

Tints of Gold Tips #E8B12A

Color information

#E8B12A (or 0xE8B12A) is unknown color: approx Gold Tips. HEX triplet: E8, B1 and 2A. RGB value is (232,177,42). Sum of RGB (Red+Green+Blue) = 232+177+42=451 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.44% from 451); Green value is 177 (69.53% from 255 or 39.25% from 451); Blue value is 42 (16.80% from 255 or 9.31% from 451); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B12A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8B12A is #174ED5. Grayscale: #B2B2B2. Windows color (decimal): -1527510 or 2798056. OLE color: 2798056.

HSL color Cylindrical-coordinate representation of color #E8B12A: hue angle of 42.63º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E8B12A is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.09.

Color convert

RGB23217742-
CMYK00.240.820.09
HSL42.63º80.51%53.73%-
HSV(B)42.63º81.9%90.98%-
XYZ49.4248.779-
YUV178.0651.22166.48-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 51.44%
GREEN value IS 177 (69.53% from 255) = 39.25%
BLUE value IS 42 (16.80% from 255) = 9.31%
R=51.44%
G=39.25%
B=9.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.82
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321774200.240.820.0942.6380.5153.73
HexE8B12A0185292b5136
Octal35026152030122115312166
Binary1110100010110001101010011000101001010011010111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B12A; }

 p { color: rgb(232,177,42); }

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

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

 a { background-color: rgb(232,177,42); }

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

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

 span { border-color: rgb(232,177,42); }

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