#E6A013

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

Shades of Gamboge #E6A013

Tints of Gamboge #E6A013

Color information

#E6A013 (or 0xE6A013) is unknown color: approx Gamboge. HEX triplet: E6, A0 and 13. RGB value is (230,160,19). Sum of RGB (Red+Green+Blue) = 230+160+19=409 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.23% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 19 (7.81% from 255 or 4.65% from 409); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A013 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A013 is #195FEC. Grayscale: #A5A5A5. Windows color (decimal): -1662957 or 1286374. OLE color: 1286374.

HSL color Cylindrical-coordinate representation of color #E6A013: hue angle of 40.09º 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 #E6A013 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.10.

Color convert

RGB23016019-
CMYK00.300.920.10
HSL40.09º84.74%48.82%-
HSV(B)40.09º91.74%90.2%-
XYZ45.3242.016.34-
YUV164.8645.69174.46-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 56.23%
GREEN value IS 160 (62.89% from 255) = 39.12%
BLUE value IS 19 (7.81% from 255) = 4.65%
R=56.23%
G=39.12%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.92
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301601900.300.920.1040.0984.7448.82
HexE6A01301E5CA285531
Octal34624023036134125012561
Binary111001101010000010011011110101110010101010001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A013; }

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

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

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

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

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

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

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

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