#E6A60A

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

Shades of Gamboge #E6A60A

Tints of Gamboge #E6A60A

Color information

#E6A60A (or 0xE6A60A) is unknown color: approx Gamboge. HEX triplet: E6, A6 and 0A. RGB value is (230,166,10). Sum of RGB (Red+Green+Blue) = 230+166+10=406 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.65% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 10 (4.30% from 255 or 2.46% from 406); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A60A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A60A is #1959F5. Grayscale: #A8A8A8. Windows color (decimal): -1661430 or 698086. OLE color: 698086.

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

Color convert

RGB23016610-
CMYK00.280.960.10
HSL42.55º91.67%47.06%-
HSV(B)42.55º95.65%90.2%-
XYZ46.3244.126.36-
YUV167.3539.2172.68-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 56.65%
GREEN value IS 166 (65.23% from 255) = 40.89%
BLUE value IS 10 (4.30% from 255) = 2.46%
R=56.65%
G=40.89%
B=2.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.96
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301661000.280.960.1042.5591.6747.06
HexE6A6A01C60A2b5c2f
Octal34624612034140125313457
Binary11100110101001101010011100110000010101010111011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A60A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A60A; }

 p { color: rgb(230,166,10); }

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

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

 a { background-color: rgb(230,166,10); }

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

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

 span { border-color: rgb(230,166,10); }

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