#E2A70C

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

Shades of Gamboge #E2A70C

Tints of Gamboge #E2A70C

Color information

#E2A70C (or 0xE2A70C) is unknown color: approx Gamboge. HEX triplet: E2, A7 and 0C. RGB value is (226,167,12). Sum of RGB (Red+Green+Blue) = 226+167+12=405 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.80% from 405); Green value is 167 (65.62% from 255 or 41.23% from 405); Blue value is 12 (5.08% from 255 or 2.96% from 405); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A70C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A70C is #1D58F3. Grayscale: #A7A7A7. Windows color (decimal): -1923316 or 829410. OLE color: 829410.

HSL color Cylindrical-coordinate representation of color #E2A70C: hue angle of 43.46º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2A70C is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB22616712-
CMYK00.260.950.11
HSL43.46º89.92%46.67%-
HSV(B)43.46º94.69%88.63%-
XYZ45.2543.836.42-
YUV166.9740.55170.1-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 55.80%
GREEN value IS 167 (65.62% from 255) = 41.23%
BLUE value IS 12 (5.08% from 255) = 2.96%
R=55.80%
G=41.23%
B=2.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.95
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261671200.260.950.1143.4689.9246.67
HexE2A7C01A5FB2b5a2f
Octal34224714032137135313257
Binary11100010101001111100011010101111110111010111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A70C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A70C; }

 p { color: rgb(226,167,12); }

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

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

 a { background-color: rgb(226,167,12); }

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

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

 span { border-color: rgb(226,167,12); }

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