#E8A71D

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

Shades of Gold Tips #E8A71D

Tints of Gold Tips #E8A71D

Color information

#E8A71D (or 0xE8A71D) is unknown color: approx Gold Tips. HEX triplet: E8, A7 and 1D. RGB value is (232,167,29). Sum of RGB (Red+Green+Blue) = 232+167+29=428 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.21% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 29 (11.72% from 255 or 6.78% from 428); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A71D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8A71D is #1758E2. Grayscale: #ABABAB. Windows color (decimal): -1530083 or 1943528. OLE color: 1943528.

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

Color convert

RGB23216729-
CMYK00.280.880.09
HSL40.79º81.53%51.18%-
HSV(B)40.79º87.5%90.98%-
XYZ47.3244.887.33-
YUV170.748.03171.72-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 54.21%
GREEN value IS 167 (65.62% from 255) = 39.02%
BLUE value IS 29 (11.72% from 255) = 6.78%
R=54.21%
G=39.02%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.88
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321672900.280.880.0940.7981.5351.18
HexE8A71D01C589295233
Octal35024735034130115112263
Binary111010001010011111101011100101100010011010011010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A71D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A71D; }

 p { color: rgb(232,167,29); }

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

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

 a { background-color: rgb(232,167,29); }

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

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

 span { border-color: rgb(232,167,29); }

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