#e29b14

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

Shades of Gamboge #E29B14

Tints of Gamboge #E29B14

Color information

#E29B14 (or 0xE29B14) is unknown color: approx Gamboge. HEX triplet: E2, 9B and 14. RGB value is (226,155,20). Sum of RGB (Red+Green+Blue) = 226+155+20=401 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.36% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 20 (8.20% from 255 or 4.99% from 401); Max value from RGB is 226 - color contains mainly: red. Hex color #E29B14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29B14 is #1D64EB. Grayscale: #A1A1A1. Windows color (decimal): -1926380 or 1350626. OLE color: 1350626.

HSL color Cylindrical-coordinate representation of color #E29B14: hue angle of 39.32º 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 #E29B14 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB22615520-
CMYK00.310.910.11
HSL39.32º83.74%48.24%-
HSV(B)39.32º91.15%88.63%-
XYZ43.2139.666.04-
YUV160.8448.52174.48-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 56.36%
GREEN value IS 155 (60.94% from 255) = 38.65%
BLUE value IS 20 (8.20% from 255) = 4.99%
R=56.36%
G=38.65%
B=4.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.91
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261552000.310.910.1139.3283.7448.24
HexE29B1401F5BB275430
Octal34223324037133134712460
Binary111000101001101110100011111101101110111001111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e29b14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e29b14; }

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

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

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

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

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

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

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

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