#E7AD06

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

Shades of Gamboge #E7AD06

Tints of Gamboge #E7AD06

Color information

#E7AD06 (or 0xE7AD06) is unknown color: approx Gamboge. HEX triplet: E7, AD and 06. RGB value is (231,173,6). Sum of RGB (Red+Green+Blue) = 231+173+6=410 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.34% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 6 (2.73% from 255 or 1.46% from 410); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AD06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7AD06 is #1852F9. Grayscale: #ACACAC. Windows color (decimal): -1594106 or 437735. OLE color: 437735.

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

Color convert

RGB2311736-
CMYK00.250.970.09
HSL44.53º94.94%46.47%-
HSV(B)44.53º97.4%90.59%-
XYZ47.9346.896.7-
YUV171.334.72170.58-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 56.34%
GREEN value IS 173 (67.97% from 255) = 42.20%
BLUE value IS 6 (2.73% from 255) = 1.46%
R=56.34%
G=42.20%
B=1.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.97
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231173600.250.970.0944.5394.9446.47
HexE7AD60196192d5f2e
Octal3472556031141115513756
Binary1110011110101101110011001110000110011011011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AD06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AD06; }

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

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

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

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

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

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

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

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