#e6a517

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

Shades of Gamboge #E6A517

Tints of Gamboge #E6A517

Color information

#E6A517 (or 0xE6A517) is unknown color: approx Gamboge. HEX triplet: E6, A5 and 17. RGB value is (230,165,23). Sum of RGB (Red+Green+Blue) = 230+165+23=418 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.02% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 23 (9.38% from 255 or 5.50% from 418); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A517 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A517 is #195AE8. Grayscale: #A8A8A8. Windows color (decimal): -1661673 or 1549798. OLE color: 1549798.

HSL color Cylindrical-coordinate representation of color #E6A517: hue angle of 41.16º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6A517 is Cyan = 0, Magento = 0.28, Yellow = 0.9 and Black (K on CMYK) = 0.10.

Color convert

RGB23016523-
CMYK00.280.90.10
HSL41.16º81.82%49.61%-
HSV(B)41.16º90%90.2%-
XYZ46.2443.86.83-
YUV168.2546.03172.05-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 55.02%
GREEN value IS 165 (64.84% from 255) = 39.47%
BLUE value IS 23 (9.38% from 255) = 5.50%
R=55.02%
G=39.47%
B=5.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.9
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301652300.280.90.1041.1681.8249.61
HexE6A51701C5AA295232
Octal34624527034132125112262
Binary111001101010010110111011100101101010101010011010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6a517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6a517; }

 p { color: rgb(230,165,23); }

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

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

 a { background-color: rgb(230,165,23); }

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

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

 span { border-color: rgb(230,165,23); }

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