#E29301

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

Shades of Gamboge #E29301

Tints of Gamboge #E29301

Color information

#E29301 (or 0xE29301) is unknown color: approx Gamboge. HEX triplet: E2, 93 and 01. RGB value is (226,147,1). Sum of RGB (Red+Green+Blue) = 226+147+1=374 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.43% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 1 (0.78% from 255 or 0.27% from 374); Max value from RGB is 226 - color contains mainly: red. Hex color #E29301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29301 is #1D6CFE. Grayscale: #9A9A9A. Windows color (decimal): -1928447 or 103394. OLE color: 103394.

HSL color Cylindrical-coordinate representation of color #E29301: hue angle of 38.93º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E29301 is Cyan = 0, Magento = 0.35, Yellow = 1.00 and Black (K on CMYK) = 0.11.

Color convert

RGB2261471-
CMYK00.351.000.11
HSL38.93º99.12%44.51%-
HSV(B)38.93º99.56%88.63%-
XYZ41.837.044.97-
YUV153.9841.67179.37-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 60.43%
GREEN value IS 147 (57.81% from 255) = 39.30%
BLUE value IS 1 (0.78% from 255) = 0.27%
R=60.43%
G=39.30%
B=0.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 1.00
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226147100.351.000.1138.9399.1244.51
HexE293102364B27632d
Octal3422231043144134714355
Binary111000101001001110100011110010010111001111100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29301; }

 p { color: rgb(226,147,1); }

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

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

 a { background-color: rgb(226,147,1); }

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

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

 span { border-color: rgb(226,147,1); }

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