#E6A006

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

Shades of Gamboge #E6A006

Tints of Gamboge #E6A006

Color information

#E6A006 (or 0xE6A006) is unknown color: approx Gamboge. HEX triplet: E6, A0 and 06. RGB value is (230,160,6). Sum of RGB (Red+Green+Blue) = 230+160+6=396 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.08% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 6 (2.73% from 255 or 1.52% from 396); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A006 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A006 is #195FF9. Grayscale: #A4A4A4. Windows color (decimal): -1662970 or 434406. OLE color: 434406.

HSL color Cylindrical-coordinate representation of color #E6A006: hue angle of 41.25º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6A006 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.10.

Color convert

RGB2301606-
CMYK00.300.970.10
HSL41.25º94.92%46.27%-
HSV(B)41.25º97.39%90.2%-
XYZ45.2441.985.89-
YUV163.3739.19175.52-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 58.08%
GREEN value IS 160 (62.89% from 255) = 40.40%
BLUE value IS 6 (2.73% from 255) = 1.52%
R=58.08%
G=40.40%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.97
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230160600.300.970.1041.2594.9246.27
HexE6A0601E61A295f2e
Octal3462406036141125113756
Binary1110011010100000110011110110000110101010011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A006; }

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

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

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

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

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

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

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

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