#E6A913

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

Shades of Gamboge #E6A913

Tints of Gamboge #E6A913

Color information

#E6A913 (or 0xE6A913) is unknown color: approx Gamboge. HEX triplet: E6, A9 and 13. RGB value is (230,169,19). Sum of RGB (Red+Green+Blue) = 230+169+19=418 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.02% from 418); Green value is 169 (66.41% from 255 or 40.43% from 418); Blue value is 19 (7.81% from 255 or 4.55% from 418); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A913 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A913 is #1956EC. Grayscale: #AAAAAA. Windows color (decimal): -1660653 or 1288678. OLE color: 1288678.

HSL color Cylindrical-coordinate representation of color #E6A913: hue angle of 42.65º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E6A913 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.10.

Color convert

RGB23016919-
CMYK00.270.920.10
HSL42.65º84.74%48.82%-
HSV(B)42.65º91.74%90.2%-
XYZ46.9445.256.88-
YUV170.1442.71170.7-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 55.02%
GREEN value IS 169 (66.41% from 255) = 40.43%
BLUE value IS 19 (7.81% from 255) = 4.55%
R=55.02%
G=40.43%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.92
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301691900.270.920.1042.6584.7448.82
HexE6A91301B5CA2b5531
Octal34625123033134125312561
Binary111001101010100110011011011101110010101010111010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A913; }

 p { color: rgb(230,169,19); }

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

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

 a { background-color: rgb(230,169,19); }

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

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

 span { border-color: rgb(230,169,19); }

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