#e7a70f

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

Shades of Gamboge #E7A70F

Tints of Gamboge #E7A70F

Color information

#E7A70F (or 0xE7A70F) is unknown color: approx Gamboge. HEX triplet: E7, A7 and 0F. RGB value is (231,167,15). Sum of RGB (Red+Green+Blue) = 231+167+15=413 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.93% from 413); Green value is 167 (65.62% from 255 or 40.44% from 413); Blue value is 15 (6.25% from 255 or 3.63% from 413); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A70F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A70F is #1858F0. Grayscale: #A9A9A9. Windows color (decimal): -1595633 or 1026023. OLE color: 1026023.

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

Color convert

RGB23116715-
CMYK00.280.940.09
HSL42.22º87.8%48.24%-
HSV(B)42.22º93.51%90.59%-
XYZ46.8644.666.6-
YUV168.8141.2172.36-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 55.93%
GREEN value IS 167 (65.62% from 255) = 40.44%
BLUE value IS 15 (6.25% from 255) = 3.63%
R=55.93%
G=40.44%
B=3.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311671500.280.940.0942.2287.848.24
HexE7A7F01C5E92a5830
Octal34724717034136115213060
Binary11100111101001111111011100101111010011010101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e7a70f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e7a70f; }

 p { color: rgb(231,167,15); }

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

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

 a { background-color: rgb(231,167,15); }

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

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

 span { border-color: rgb(231,167,15); }

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