#E69012

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

Shades of Gamboge #E69012

Tints of Gamboge #E69012

Color information

#E69012 (or 0xE69012) is unknown color: approx Gamboge. HEX triplet: E6, 90 and 12. RGB value is (230,144,18). Sum of RGB (Red+Green+Blue) = 230+144+18=392 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.67% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 18 (7.42% from 255 or 4.59% from 392); Max value from RGB is 230 - color contains mainly: red. Hex color #E69012 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69012 is #196FED. Grayscale: #9B9B9B. Windows color (decimal): -1667054 or 1216742. OLE color: 1216742.

HSL color Cylindrical-coordinate representation of color #E69012: hue angle of 35.66º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E69012 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.10.

Color convert

RGB23014418-
CMYK00.370.920.10
HSL35.66º85.48%48.63%-
HSV(B)35.66º92.17%90.2%-
XYZ42.7236.815.43-
YUV155.3550.49181.25-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 58.67%
GREEN value IS 144 (56.64% from 255) = 36.73%
BLUE value IS 18 (7.42% from 255) = 4.59%
R=58.67%
G=36.73%
B=4.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.92
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301441800.370.920.1035.6685.4848.63
HexE690120255CA245531
Octal34622022045134124412561
Binary1110011010010000100100100101101110010101001001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69012; }

 p { color: rgb(230,144,18); }

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

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

 a { background-color: rgb(230,144,18); }

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

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

 span { border-color: rgb(230,144,18); }

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