#ECA216

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

Shades of Gamboge #ECA216

Tints of Gamboge #ECA216

Color information

#ECA216 (or 0xECA216) is unknown color: approx Gamboge. HEX triplet: EC, A2 and 16. RGB value is (236,162,22). Sum of RGB (Red+Green+Blue) = 236+162+22=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 22 (8.98% from 255 or 5.24% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA216 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA216 is #135DE9. Grayscale: #A8A8A8. Windows color (decimal): -1269226 or 1483500. OLE color: 1483500.

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

Color convert

RGB23616222-
CMYK00.310.910.07
HSL39.25º84.92%50.59%-
HSV(B)39.25º90.68%92.55%-
XYZ47.6643.736.69-
YUV168.1745.52176.38-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 56.19%
GREEN value IS 162 (63.67% from 255) = 38.57%
BLUE value IS 22 (8.98% from 255) = 5.24%
R=56.19%
G=38.57%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.91
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361622200.310.910.0739.2584.9250.59
HexECA21601F5B7275533
Octal3542422603713374712563
Binary11101100101000101011001111110110111111001111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA216; }

 p { color: rgb(236,162,22); }

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

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

 a { background-color: rgb(236,162,22); }

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

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

 span { border-color: rgb(236,162,22); }

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