#ECA11D

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

Shades of Gamboge #ECA11D

Tints of Gamboge #ECA11D

Color information

#ECA11D (or 0xECA11D) is unknown color: approx Gamboge. HEX triplet: EC, A1 and 1D. RGB value is (236,161,29). Sum of RGB (Red+Green+Blue) = 236+161+29=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 29 (11.72% from 255 or 6.81% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA11D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA11D is #135EE2. Grayscale: #A8A8A8. Windows color (decimal): -1269475 or 1941996. OLE color: 1941996.

HSL color Cylindrical-coordinate representation of color #ECA11D: hue angle of 38.26º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ECA11D is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB23616129-
CMYK00.320.880.07
HSL38.26º84.49%51.96%-
HSV(B)38.26º87.71%92.55%-
XYZ47.5643.417.04-
YUV168.3849.35176.23-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 55.40%
GREEN value IS 161 (63.28% from 255) = 37.79%
BLUE value IS 29 (11.72% from 255) = 6.81%
R=55.40%
G=37.79%
B=6.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361612900.320.880.0738.2684.4951.96
HexECA11D020587265434
Octal3542413504013074612464
Binary111011001010000111101010000010110001111001101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA11D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA11D; }

 p { color: rgb(236,161,29); }

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

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

 a { background-color: rgb(236,161,29); }

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

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

 span { border-color: rgb(236,161,29); }

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