#E7AC06

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

Shades of Gamboge #E7AC06

Tints of Gamboge #E7AC06

Color information

#E7AC06 (or 0xE7AC06) is unknown color: approx Gamboge. HEX triplet: E7, AC and 06. RGB value is (231,172,6). Sum of RGB (Red+Green+Blue) = 231+172+6=409 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.48% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 6 (2.73% from 255 or 1.47% from 409); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AC06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7AC06 is #1853F9. Grayscale: #ABABAB. Windows color (decimal): -1594362 or 437479. OLE color: 437479.

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

Color convert

RGB2311726-
CMYK00.260.970.09
HSL44.27º94.94%46.47%-
HSV(B)44.27º97.4%90.59%-
XYZ47.7446.516.63-
YUV170.7235.05171-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 56.48%
GREEN value IS 172 (67.58% from 255) = 42.05%
BLUE value IS 6 (2.73% from 255) = 1.47%
R=56.48%
G=42.05%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.97
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231172600.260.970.0944.2794.9446.47
HexE7AC601A6192c5f2e
Octal3472546032141115413756
Binary1110011110101100110011010110000110011011001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AC06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AC06; }

 p { color: rgb(231,172,6); }

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

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

 a { background-color: rgb(231,172,6); }

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

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

 span { border-color: rgb(231,172,6); }

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