#EC9B0E

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

Shades of Gamboge #EC9B0E

Tints of Gamboge #EC9B0E

Color information

#EC9B0E (or 0xEC9B0E) is unknown color: approx Gamboge. HEX triplet: EC, 9B and 0E. RGB value is (236,155,14). Sum of RGB (Red+Green+Blue) = 236+155+14=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 155 (60.94% from 255 or 38.27% from 405); Blue value is 14 (5.86% from 255 or 3.46% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9B0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9B0E is #1364F1. Grayscale: #A3A3A3. Windows color (decimal): -1271026 or 957420. OLE color: 957420.

HSL color Cylindrical-coordinate representation of color #EC9B0E: hue angle of 38.11º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC9B0E is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB23615514-
CMYK00.340.940.07
HSL38.11º88.8%49.02%-
HSV(B)38.11º94.07%92.55%-
XYZ46.3941.315.94-
YUV163.1443.84179.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 58.27%
GREEN value IS 155 (60.94% from 255) = 38.27%
BLUE value IS 14 (5.86% from 255) = 3.46%
R=58.27%
G=38.27%
B=3.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361551400.340.940.0738.1188.849.02
HexEC9BE0225E7265931
Octal3542331604213674613161
Binary11101100100110111110010001010111101111001101011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9B0E; }

 p { color: rgb(236,155,14); }

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

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

 a { background-color: rgb(236,155,14); }

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

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

 span { border-color: rgb(236,155,14); }

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