#E3A316

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

Shades of Gamboge #E3A316

Tints of Gamboge #E3A316

Color information

#E3A316 (or 0xE3A316) is unknown color: approx Gamboge. HEX triplet: E3, A3 and 16. RGB value is (227,163,22). Sum of RGB (Red+Green+Blue) = 227+163+22=412 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.10% from 412); Green value is 163 (64.06% from 255 or 39.56% from 412); Blue value is 22 (8.98% from 255 or 5.34% from 412); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3A316 is #1C5CE9. Grayscale: #A6A6A6. Windows color (decimal): -1858794 or 1483747. OLE color: 1483747.

HSL color Cylindrical-coordinate representation of color #E3A316: hue angle of 41.27º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E3A316 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB22716322-
CMYK00.280.900.11
HSL41.27º82.33%48.82%-
HSV(B)41.27º90.31%89.02%-
XYZ44.9242.586.61-
YUV166.0646.7171.46-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 55.10%
GREEN value IS 163 (64.06% from 255) = 39.56%
BLUE value IS 22 (8.98% from 255) = 5.34%
R=55.10%
G=39.56%
B=5.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.90
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271632200.280.900.1141.2782.3348.82
HexE3A31601C5AB295231
Octal34324326034132135112261
Binary111000111010001110110011100101101010111010011010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3A316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3A316; }

 p { color: rgb(227,163,22); }

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

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

 a { background-color: rgb(227,163,22); }

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

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

 span { border-color: rgb(227,163,22); }

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