#e7af07

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

Shades of Gamboge #E7AF07

Tints of Gamboge #E7AF07

Color information

#E7AF07 (or 0xE7AF07) is unknown color: approx Gamboge. HEX triplet: E7, AF and 07. RGB value is (231,175,7). Sum of RGB (Red+Green+Blue) = 231+175+7=413 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.93% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 7 (3.12% from 255 or 1.69% from 413); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7AF07 is #1850F8. Grayscale: #ADADAD. Windows color (decimal): -1593593 or 503783. OLE color: 503783.

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

Color convert

RGB2311757-
CMYK00.240.970.09
HSL45º94.12%46.67%-
HSV(B)45º96.97%90.59%-
XYZ48.3247.666.85-
YUV172.5934.55169.66-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 55.93%
GREEN value IS 175 (68.75% from 255) = 42.37%
BLUE value IS 7 (3.12% from 255) = 1.69%
R=55.93%
G=42.37%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.97
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231175700.240.970.094594.1246.67
HexE7AF70186192d5e2f
Octal3472577030141115513657
Binary1110011110101111111011000110000110011011011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e7af07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e7af07; }

 p { color: rgb(231,175,7); }

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

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

 a { background-color: rgb(231,175,7); }

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

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

 span { border-color: rgb(231,175,7); }

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