#E49E07

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

Shades of Gamboge #E49E07

Tints of Gamboge #E49E07

Color information

#E49E07 (or 0xE49E07) is unknown color: approx Gamboge. HEX triplet: E4, 9E and 07. RGB value is (228,158,7). Sum of RGB (Red+Green+Blue) = 228+158+7=393 (52% of max value = 765). Red value is 228 (89.45% from 255 or 58.02% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 7 (3.12% from 255 or 1.78% from 393); Max value from RGB is 228 - color contains mainly: red. Hex color #E49E07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49E07 is #1B61F8. Grayscale: #A2A2A2. Windows color (decimal): -1794553 or 499428. OLE color: 499428.

HSL color Cylindrical-coordinate representation of color #E49E07: hue angle of 41º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E49E07 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.11.

Color convert

RGB2281587-
CMYK00.310.970.11
HSL41º94.04%46.08%-
HSV(B)41º96.93%89.41%-
XYZ44.2640.965.77-
YUV161.7240.69175.28-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 58.02%
GREEN value IS 158 (62.11% from 255) = 40.20%
BLUE value IS 7 (3.12% from 255) = 1.78%
R=58.02%
G=40.20%
B=1.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.97
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228158700.310.970.114194.0446.08
HexE49E701F61B295e2e
Octal3442367037141135113656
Binary1110010010011110111011111110000110111010011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49E07; }

 p { color: rgb(228,158,7); }

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

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

 a { background-color: rgb(228,158,7); }

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

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

 span { border-color: rgb(228,158,7); }

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