#E7AD05

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

Shades of Gamboge #E7AD05

Tints of Gamboge #E7AD05

Color information

#E7AD05 (or 0xE7AD05) is unknown color: approx Gamboge. HEX triplet: E7, AD and 05. RGB value is (231,173,5). Sum of RGB (Red+Green+Blue) = 231+173+5=409 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.48% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 5 (2.34% from 255 or 1.22% from 409); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AD05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7AD05 is #1852FA. Grayscale: #ABABAB. Windows color (decimal): -1594107 or 372199. OLE color: 372199.

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

Color convert

RGB2311735-
CMYK00.250.980.09
HSL44.6º95.76%46.27%-
HSV(B)44.6º97.84%90.59%-
XYZ47.9346.896.67-
YUV171.1934.22170.66-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 56.48%
GREEN value IS 173 (67.97% from 255) = 42.30%
BLUE value IS 5 (2.34% from 255) = 1.22%
R=56.48%
G=42.30%
B=1.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.98
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231173500.250.980.0944.695.7646.27
HexE7AD50196292d602e
Octal3472555031142115514056
Binary1110011110101101101011001110001010011011011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AD05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AD05; }

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

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

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

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

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

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

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

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