#E29E0E

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

Shades of Gamboge #E29E0E

Tints of Gamboge #E29E0E

Color information

#E29E0E (or 0xE29E0E) is unknown color: approx Gamboge. HEX triplet: E2, 9E and 0E. RGB value is (226,158,14). Sum of RGB (Red+Green+Blue) = 226+158+14=398 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.78% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 14 (5.86% from 255 or 3.52% from 398); Max value from RGB is 226 - color contains mainly: red. Hex color #E29E0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E29E0E is #1D61F1. Grayscale: #A2A2A2. Windows color (decimal): -1925618 or 958178. OLE color: 958178.

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

Color convert

RGB22615814-
CMYK00.300.940.11
HSL40.75º88.33%47.06%-
HSV(B)40.75º93.81%88.63%-
XYZ43.6740.655.96-
YUV161.9244.53173.71-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 56.78%
GREEN value IS 158 (62.11% from 255) = 39.70%
BLUE value IS 14 (5.86% from 255) = 3.52%
R=56.78%
G=39.70%
B=3.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.94
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261581400.300.940.1140.7588.3347.06
HexE29EE01E5EB29582f
Octal34223616036136135113057
Binary11100010100111101110011110101111010111010011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29E0E; }

 p { color: rgb(226,158,14); }

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

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

 a { background-color: rgb(226,158,14); }

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

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

 span { border-color: rgb(226,158,14); }

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