#E8B81A

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

Shades of Gold Tips #E8B81A

Tints of Gold Tips #E8B81A

Color information

#E8B81A (or 0xE8B81A) is unknown color: approx Gold Tips. HEX triplet: E8, B8 and 1A. RGB value is (232,184,26). Sum of RGB (Red+Green+Blue) = 232+184+26=442 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.49% from 442); Green value is 184 (72.27% from 255 or 41.63% from 442); Blue value is 26 (10.55% from 255 or 5.88% from 442); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B81A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8B81A is #1747E5. Grayscale: #B5B5B5. Windows color (decimal): -1525734 or 1751272. OLE color: 1751272.

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

Color convert

RGB23218426-
CMYK00.210.890.09
HSL46.02º81.75%50.59%-
HSV(B)46.02º88.79%90.98%-
XYZ50.6151.518.25-
YUV180.3440.9164.85-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 52.49%
GREEN value IS 184 (72.27% from 255) = 41.63%
BLUE value IS 26 (10.55% from 255) = 5.88%
R=52.49%
G=41.63%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.89
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321842600.210.890.0946.0281.7550.59
HexE8B81A0155992e5233
Octal35027032025131115612263
Binary111010001011100011010010101101100110011011101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B81A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B81A; }

 p { color: rgb(232,184,26); }

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

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

 a { background-color: rgb(232,184,26); }

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

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

 span { border-color: rgb(232,184,26); }

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