#EC9E15

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

Shades of Gamboge #EC9E15

Tints of Gamboge #EC9E15

Color information

#EC9E15 (or 0xEC9E15) is unknown color: approx Gamboge. HEX triplet: EC, 9E and 15. RGB value is (236,158,21). Sum of RGB (Red+Green+Blue) = 236+158+21=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 21 (8.59% from 255 or 5.06% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9E15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9E15 is #1361EA. Grayscale: #A6A6A6. Windows color (decimal): -1270251 or 1416940. OLE color: 1416940.

HSL color Cylindrical-coordinate representation of color #EC9E15: hue angle of 38.23º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC9E15 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB23615821-
CMYK00.330.910.07
HSL38.23º84.98%50.39%-
HSV(B)38.23º91.1%92.55%-
XYZ46.9542.346.41-
YUV165.746.34178.14-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 56.87%
GREEN value IS 158 (62.11% from 255) = 38.07%
BLUE value IS 21 (8.59% from 255) = 5.06%
R=56.87%
G=38.07%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.91
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361582100.330.910.0738.2384.9850.39
HexEC9E150215B7265532
Octal3542362504113374612562
Binary111011001001111010101010000110110111111001101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9E15; }

 p { color: rgb(236,158,21); }

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

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

 a { background-color: rgb(236,158,21); }

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

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

 span { border-color: rgb(236,158,21); }

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