#ECA419

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

Shades of Gamboge #ECA419

Tints of Gamboge #ECA419

Color information

#ECA419 (or 0xECA419) is unknown color: approx Gamboge. HEX triplet: EC, A4 and 19. RGB value is (236,164,25). Sum of RGB (Red+Green+Blue) = 236+164+25=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 25 (10.16% from 255 or 5.88% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA419 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA419 is #135BE6. Grayscale: #AAAAAA. Windows color (decimal): -1268711 or 1680620. OLE color: 1680620.

HSL color Cylindrical-coordinate representation of color #ECA419: hue angle of 39.53º 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 #ECA419 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB23616425-
CMYK00.310.890.07
HSL39.53º84.74%51.18%-
HSV(B)39.53º89.41%92.55%-
XYZ48.0444.456.97-
YUV169.6846.35175.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 55.53%
GREEN value IS 164 (64.45% from 255) = 38.59%
BLUE value IS 25 (10.16% from 255) = 5.88%
R=55.53%
G=38.59%
B=5.88%

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
Decimal2361642500.310.890.0739.5384.7451.18
HexECA41901F597285533
Octal3542443103713175012563
Binary11101100101001001100101111110110011111010001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA419; }

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

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

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

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

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

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

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

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