#E8AC27

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

Shades of Gold Tips #E8AC27

Tints of Gold Tips #E8AC27

Color information

#E8AC27 (or 0xE8AC27) is unknown color: approx Gold Tips. HEX triplet: E8, AC and 27. RGB value is (232,172,39). Sum of RGB (Red+Green+Blue) = 232+172+39=443 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.37% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 39 (15.62% from 255 or 8.80% from 443); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AC27 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8AC27 is #1753D8. Grayscale: #AFAFAF. Windows color (decimal): -1528793 or 2600168. OLE color: 2600168.

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

Color convert

RGB23217239-
CMYK00.260.830.09
HSL41.35º80.75%53.14%-
HSV(B)41.35º83.19%90.98%-
XYZ48.446.818.4-
YUV174.7851.38168.81-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 52.37%
GREEN value IS 172 (67.58% from 255) = 38.83%
BLUE value IS 39 (15.62% from 255) = 8.80%
R=52.37%
G=38.83%
B=8.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.83
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321723900.260.830.0941.3580.7553.14
HexE8AC2701A539295135
Octal35025447032123115112165
Binary1110100010101100100111011010101001110011010011010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AC27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AC27; }

 p { color: rgb(232,172,39); }

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

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

 a { background-color: rgb(232,172,39); }

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

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

 span { border-color: rgb(232,172,39); }

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