#e2a614

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

Shades of Gamboge #E2A614

Tints of Gamboge #E2A614

Color information

#E2A614 (or 0xE2A614) is unknown color: approx Gamboge. HEX triplet: E2, A6 and 14. RGB value is (226,166,20). Sum of RGB (Red+Green+Blue) = 226+166+20=412 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.85% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 20 (8.20% from 255 or 4.85% from 412); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A614 is #1D59EB. Grayscale: #A7A7A7. Windows color (decimal): -1923564 or 1353442. OLE color: 1353442.

HSL color Cylindrical-coordinate representation of color #E2A614: hue angle of 42.52º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E2A614 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB22616620-
CMYK00.270.910.11
HSL42.52º83.74%48.24%-
HSV(B)42.52º91.15%88.63%-
XYZ45.1343.496.68-
YUV167.344.88169.87-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 54.85%
GREEN value IS 166 (65.23% from 255) = 40.29%
BLUE value IS 20 (8.20% from 255) = 4.85%
R=54.85%
G=40.29%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.91
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261662000.270.910.1142.5283.7448.24
HexE2A61401B5BB2b5430
Octal34224624033133135312460
Binary111000101010011010100011011101101110111010111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2a614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2a614; }

 p { color: rgb(226,166,20); }

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

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

 a { background-color: rgb(226,166,20); }

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

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

 span { border-color: rgb(226,166,20); }

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