#EC9713

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

Shades of Gamboge #EC9713

Tints of Gamboge #EC9713

Color information

#EC9713 (or 0xEC9713) is unknown color: approx Gamboge. HEX triplet: EC, 97 and 13. RGB value is (236,151,19). Sum of RGB (Red+Green+Blue) = 236+151+19=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 19 (7.81% from 255 or 4.68% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9713 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9713 is #1368EC. Grayscale: #A1A1A1. Windows color (decimal): -1272045 or 1284076. OLE color: 1284076.

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

Color convert

RGB23615119-
CMYK00.360.920.07
HSL36.5º85.1%50%-
HSV(B)36.5º91.95%92.55%-
XYZ45.7840.015.93-
YUV161.3747.66181.23-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 58.13%
GREEN value IS 151 (59.38% from 255) = 37.19%
BLUE value IS 19 (7.81% from 255) = 4.68%
R=58.13%
G=37.19%
B=4.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361511900.360.920.0736.585.150
HexEC97130245C7245532
Octal3542272304413474412562
Binary111011001001011110011010010010111001111001001010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9713; }

 p { color: rgb(236,151,19); }

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

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

 a { background-color: rgb(236,151,19); }

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

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

 span { border-color: rgb(236,151,19); }

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