#E7AB06

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

Shades of Gamboge #E7AB06

Tints of Gamboge #E7AB06

Color information

#E7AB06 (or 0xE7AB06) is unknown color: approx Gamboge. HEX triplet: E7, AB and 06. RGB value is (231,171,6). Sum of RGB (Red+Green+Blue) = 231+171+6=408 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.62% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 6 (2.73% from 255 or 1.47% from 408); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AB06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7AB06 is #1854F9. Grayscale: #AAAAAA. Windows color (decimal): -1594618 or 437223. OLE color: 437223.

HSL color Cylindrical-coordinate representation of color #E7AB06: hue angle of 44º 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 #E7AB06 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB2311716-
CMYK00.260.970.09
HSL44º94.94%46.47%-
HSV(B)44º97.4%90.59%-
XYZ47.5546.136.57-
YUV170.1335.38171.42-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 56.62%
GREEN value IS 171 (67.19% from 255) = 41.91%
BLUE value IS 6 (2.73% from 255) = 1.47%
R=56.62%
G=41.91%
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
Decimal231171600.260.970.094494.9446.47
HexE7AB601A6192c5f2e
Octal3472536032141115413756
Binary1110011110101011110011010110000110011011001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AB06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AB06; }

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

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

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

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

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

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

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

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