#E7B005

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

Shades of Gamboge #E7B005

Tints of Gamboge #E7B005

Color information

#E7B005 (or 0xE7B005) is unknown color: approx Gamboge. HEX triplet: E7, B0 and 05. RGB value is (231,176,5). Sum of RGB (Red+Green+Blue) = 231+176+5=412 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.07% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 5 (2.34% from 255 or 1.21% from 412); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B005 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7B005 is #184FFA. Grayscale: #ADADAD. Windows color (decimal): -1593339 or 372967. OLE color: 372967.

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

Color convert

RGB2311765-
CMYK00.240.980.09
HSL45.4º95.76%46.27%-
HSV(B)45.4º97.84%90.59%-
XYZ48.5148.056.86-
YUV172.9533.22169.4-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 56.07%
GREEN value IS 176 (69.14% from 255) = 42.72%
BLUE value IS 5 (2.34% from 255) = 1.21%
R=56.07%
G=42.72%
B=1.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.98
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231176500.240.980.0945.495.7646.27
HexE7B050186292d602e
Octal3472605030142115514056
Binary1110011110110000101011000110001010011011011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B005; }

 p { color: rgb(231,176,5); }

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

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

 a { background-color: rgb(231,176,5); }

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

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

 span { border-color: rgb(231,176,5); }

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