#ECA319

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

Shades of Gamboge #ECA319

Tints of Gamboge #ECA319

Color information

#ECA319 (or 0xECA319) is unknown color: approx Gamboge. HEX triplet: EC, A3 and 19. RGB value is (236,163,25). Sum of RGB (Red+Green+Blue) = 236+163+25=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 25 (10.16% from 255 or 5.90% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA319 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA319 is #135CE6. Grayscale: #A9A9A9. Windows color (decimal): -1268967 or 1680364. OLE color: 1680364.

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

Color convert

RGB23616325-
CMYK00.310.890.07
HSL39.24º84.74%51.18%-
HSV(B)39.24º89.41%92.55%-
XYZ47.8644.16.91-
YUV169.146.68175.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 55.66%
GREEN value IS 163 (64.06% from 255) = 38.44%
BLUE value IS 25 (10.16% from 255) = 5.90%
R=55.66%
G=38.44%
B=5.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.89
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361632500.310.890.0739.2484.7451.18
HexECA31901F597275533
Octal3542433103713174712563
Binary11101100101000111100101111110110011111001111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA319; }

 p { color: rgb(236,163,25); }

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

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

 a { background-color: rgb(236,163,25); }

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

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

 span { border-color: rgb(236,163,25); }

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